VectorExtensions.IsValidVector(Vector3) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
[System::Runtime::CompilerServices::Extension]
static bool IsValidVector(UnityEngine::Vector3 vector);
public static bool IsValidVector (this UnityEngine.Vector3 vector);
static member IsValidVector : UnityEngine.Vector3 -> bool
<Extension()>
Public Function IsValidVector (vector As Vector3) As Boolean
Parameters
- vector
- UnityEngine.Vector3