C# 클래스 Vector3Save, PuzzleGameProject

파일 보기 프로젝트 열기: Cedric-Paris/PuzzleGameProject 1 사용 예제들

공개 프로퍼티들

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

공개 메소드들

메소드 설명
Equals ( object obj ) : bool
GetHashCode ( ) : int
getVector3 ( ) : Vector3

Gets the vector3 with the value of the Vector3Save.

getVector3Save ( Vector3 vector3 ) : Vector3Save,

Gets the Vector3Save of a vector3.

비공개 메소드들

메소드 설명
Vector3Save ( float x, float y, float z ) : System

Initializes a new instance of the Vector3Save class.

메소드 상세

Equals() 공개 메소드

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

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

getVector3() 공개 메소드

Gets the vector3 with the value of the Vector3Save.
public getVector3 ( ) : Vector3
리턴 Vector3

getVector3Save() 공개 정적인 메소드

Gets the Vector3Save of a vector3.
public static getVector3Save ( Vector3 vector3 ) : Vector3Save,
vector3 Vector3 Vector3.
리턴 Vector3Save,

프로퍼티 상세

x 공개적으로 프로퍼티

public float x
리턴 float

y 공개적으로 프로퍼티

public float y
리턴 float

z 공개적으로 프로퍼티

public float z
리턴 float