C# 클래스 Pluton.SerializedQuaternion

파일 보기 프로젝트 열기: Notulp/Pluton 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
w float
x float
y float
z float

공개 메소드들

메소드 설명
Deserialize ( ) : object
Equals ( object other ) : bool
GetHashCode ( ) : int
SerializedQuaternion ( Quaternion q ) : System
ToQuaternion ( ) : Quaternion
ToString ( ) : string
operator ( ) : bool

메소드 상세

Deserialize() 공개 메소드

public Deserialize ( ) : object
리턴 object

Equals() 공개 메소드

public Equals ( object other ) : bool
other object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

SerializedQuaternion() 공개 메소드

public SerializedQuaternion ( Quaternion q ) : System
q UnityEngine.Quaternion
리턴 System

ToQuaternion() 공개 메소드

public ToQuaternion ( ) : Quaternion
리턴 UnityEngine.Quaternion

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

operator() 공개 정적인 메소드

public static operator ( ) : bool
리턴 bool

프로퍼티 상세

w 공개적으로 프로퍼티

public float w
리턴 float

x 공개적으로 프로퍼티

public float x
리턴 float

y 공개적으로 프로퍼티

public float y
리턴 float

z 공개적으로 프로퍼티

public float z
리턴 float