C# Class Pluton.SerializedVector3

显示文件 Open project: Notulp/Pluton Class Usage Examples

Public Properties

Property Type Description
x float
y float
z float

Public Methods

Method Description
Deserialize ( ) : object
Equals ( object other ) : bool
GetHashCode ( ) : int
SerializedVector3 ( Vector3 v3 ) : System
ToString ( ) : string
ToVector3 ( ) : Vector3
operator ( ) : bool

Method Details

Deserialize() public method

public Deserialize ( ) : object
return object

Equals() public method

public Equals ( object other ) : bool
other object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

SerializedVector3() public method

public SerializedVector3 ( Vector3 v3 ) : System
v3 Vector3
return System

ToString() public method

public ToString ( ) : string
return string

ToVector3() public method

public ToVector3 ( ) : Vector3
return Vector3

operator() public static method

public static operator ( ) : bool
return bool

Property Details

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