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

Namespace: Lumino
Assembly: LuminoDotNet (in LuminoDotNet.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void Set(
	float x,
	float y,
	float z,
	float w
)

Parameters

x
Type: SystemSingle
X 値
y
Type: SystemSingle
Y 値
z
Type: SystemSingle
Z 値
w
Type: SystemSingle
W 値
See Also