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

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

공개 프로퍼티들

프로퍼티 타입 설명
bone int
point int
weight float

공개 메소드들

메소드 설명
PSKWeight ( float _weight, int _point, int _bone ) : System

메소드 상세

PSKWeight() 공개 메소드

public PSKWeight ( float _weight, int _point, int _bone ) : System
_weight float
_point int
_bone int
리턴 System

프로퍼티 상세

bone 공개적으로 프로퍼티

public int bone
리턴 int

point 공개적으로 프로퍼티

public int point
리턴 int

weight 공개적으로 프로퍼티

public float weight
리턴 float