C# 클래스 ME3Explorer.Unreal.PSKFile.PSKEdge

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

공개 프로퍼티들

프로퍼티 타입 설명
U float
V float
index System.Int16
material byte
padding1 System.Int16
padding2 System.Int16
reserved byte

공개 메소드들

메소드 설명
PSKEdge ( Int16 _index, System.Vector2 _UV, byte _material ) : System
PSKEdge ( Int16 _index, float _U, float _V, byte _material ) : System

메소드 상세

PSKEdge() 공개 메소드

public PSKEdge ( Int16 _index, System.Vector2 _UV, byte _material ) : System
_index System.Int16
_UV System.Vector2
_material byte
리턴 System

PSKEdge() 공개 메소드

public PSKEdge ( Int16 _index, float _U, float _V, byte _material ) : System
_index System.Int16
_U float
_V float
_material byte
리턴 System

프로퍼티 상세

U 공개적으로 프로퍼티

public float U
리턴 float

V 공개적으로 프로퍼티

public float V
리턴 float

index 공개적으로 프로퍼티

public Int16,System index
리턴 System.Int16

material 공개적으로 프로퍼티

public byte material
리턴 byte

padding1 공개적으로 프로퍼티

public Int16,System padding1
리턴 System.Int16

padding2 공개적으로 프로퍼티

public Int16,System padding2
리턴 System.Int16

reserved 공개적으로 프로퍼티

public byte reserved
리턴 byte