C# 클래스 ME3Explorer.Unreal.PSAFile.PSAPoint

파일 보기 프로젝트 열기: ME3Explorer/ME3Explorer

공개 프로퍼티들

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

공개 메소드들

메소드 설명
PSAPoint ( System.Vector3 v ) : System
PSAPoint ( byte raw, int offset ) : System
PSAPoint ( float _x, float _y, float _z ) : System
ToVector3 ( ) : System.Vector3

메소드 상세

PSAPoint() 공개 메소드

public PSAPoint ( System.Vector3 v ) : System
v System.Vector3
리턴 System

PSAPoint() 공개 메소드

public PSAPoint ( byte raw, int offset ) : System
raw byte
offset int
리턴 System

PSAPoint() 공개 메소드

public PSAPoint ( float _x, float _y, float _z ) : System
_x float
_y float
_z float
리턴 System

ToVector3() 공개 메소드

public ToVector3 ( ) : System.Vector3
리턴 System.Vector3

프로퍼티 상세

x 공개적으로 프로퍼티

public float x
리턴 float

y 공개적으로 프로퍼티

public float y
리턴 float

z 공개적으로 프로퍼티

public float z
리턴 float