APILNVector4_Set Method |
Namespace: Lumino
public static Result LNVector4_Set( ref Vector4 vec, float x, float y, float z, float w )
Public Shared Function LNVector4_Set ( ByRef vec As Vector4, x As Single, y As Single, z As Single, w As Single ) As Result
public: static Result LNVector4_Set( Vector4% vec, float x, float y, float z, float w )
static member LNVector4_Set : vec : Vector4 byref * x : float32 * y : float32 * z : float32 * w : float32 -> Result
[Missing <returns> documentation for "M:Lumino.API.LNVector4_Set(Lumino.Vector4@,System.Single,System.Single,System.Single,System.Single)"]