Click or drag to resize
APILNVector4_Set Method
4Dベクトルに値を設定します。

Namespace: Lumino
Assembly: LuminoDotNet (in LuminoDotNet.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static Result LNVector4_Set(
	ref Vector4 vec,
	float x,
	float y,
	float z,
	float w
)

Parameters

vec
Type: LuminoVector4
値を格納する4Dベクトル変数のポインタ
x
Type: SystemSingle
X 値
y
Type: SystemSingle
Y 値
z
Type: SystemSingle
Z 値
w
Type: SystemSingle
W 値

Return Value

Type: Result

[Missing <returns> documentation for "M:Lumino.API.LNVector4_Set(Lumino.Vector4@,System.Single,System.Single,System.Single,System.Single)"]

See Also