C# Class UnityEngine.Vector3

ファイルを表示 Open project: Microsoft/HoloToolkit Class Usage Examples

Public Properties

Property Type Description
one Vector3
x float
y float
z float
zero Vector3

Public Methods

Method Description
Length ( ) : float
ToString ( ) : string
ToString ( string format ) : string
Vector3 ( float x, float y, float z ) : System
operator ( ) : Vector3

Method Details

Length() public method

public Length ( ) : float
return float

ToString() public method

public ToString ( ) : string
return string

ToString() public method

public ToString ( string format ) : string
format string
return string

Vector3() public method

public Vector3 ( float x, float y, float z ) : System
x float
y float
z float
return System

operator() public static method

public static operator ( ) : Vector3
return Vector3

Property Details

one public_oe static_oe property

public static Vector3 one
return Vector3

x public_oe property

public float x
return float

y public_oe property

public float y
return float

z public_oe property

public float z
return float

zero public_oe static_oe property

public static Vector3 zero
return Vector3