Class NullableVector3Extensions
Inheritance
System.Object
NullableVector3Extensions
Assembly: VRage.Math.dll
Syntax
public static class NullableVector3Extensions : Object
Methods
AssertIsValid(Nullable<Vector3>)
Declaration
public static void AssertIsValid(this Nullable<Vector3> value)
Parameters
| Type |
Name |
Description |
| System.Nullable<Vector3> |
value |
|
IsValid(Nullable<Vector3>)
Declaration
public static bool IsValid(this Nullable<Vector3> value)
Parameters
| Type |
Name |
Description |
| System.Nullable<Vector3> |
value |
|
Returns
| Type |
Description |
| System.Boolean |
|