Initializes a new instance of the
Vector3struct.
シンタックス
'宣言
Public Function New( _
ByVal As System.Single, _
ByVal As System.Single, _
ByVal As System.Single _
)
public Vector3(
System.float ,
System.float ,
System.float
)
パラメータ
- x
- Initial value for the X component of the vector.
- y
- Initial value for the Y component of the vector.
- z
- Initial value for the Z component of the vector.
参照