Click or drag to resize
Vector3Set Method (Vector2, Single)
2D ベクトル と Z値 を指定して、3Dベクトルに値を設定します。

Namespace: Lumino
Assembly: LuminoDotNet (in LuminoDotNet.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void Set(
	Vector2 vec2,
	float z
)

Parameters

vec2
Type: LuminoVector2
2D ベクトル
z
Type: SystemSingle
Z 値
See Also