NullableVector4.

AllNull(int) Method

Summary

Returns true if all of the components of this vector are null, ignoring components after `componentCount`.

Syntax

public bool AllNull(int componentCount)

Parameters

Name Type Description
componentCount int

Return Value

Type Description
bool