C# 클래스 Pluton.SerializedVector3

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

공개 프로퍼티들

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

공개 메소드들

메소드 설명
Deserialize ( ) : object
Equals ( object other ) : bool
GetHashCode ( ) : int
SerializedVector3 ( Vector3 v3 ) : System
ToString ( ) : string
ToVector3 ( ) : Vector3
operator ( ) : bool

메소드 상세

Deserialize() 공개 메소드

public Deserialize ( ) : object
리턴 object

Equals() 공개 메소드

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

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

SerializedVector3() 공개 메소드

public SerializedVector3 ( Vector3 v3 ) : System
v3 Vector3
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

ToVector3() 공개 메소드

public ToVector3 ( ) : Vector3
리턴 Vector3

operator() 공개 정적인 메소드

public static operator ( ) : bool
리턴 bool

프로퍼티 상세

x 공개적으로 프로퍼티

public float x
리턴 float

y 공개적으로 프로퍼티

public float y
리턴 float

z 공개적으로 프로퍼티

public float z
리턴 float