C# 클래스 ME3Explorer.Unreal.Classes.BioAnimSetData

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

공개 프로퍼티들

프로퍼티 타입 설명
MyIndex int
Props List
TrackBoneNames List
UseTranslationBoneNames List
bAnimRotationOnly bool
data byte[]
pcc ME3Package

공개 메소드들

메소드 설명
BioAnimSetData ( ME3Package Pcc, int Index ) : System
GetArrayContent ( byte raw ) : byte[]
GetArrayCount ( byte raw ) : int
ReadTBN ( byte raw ) : void
ReadUTBN ( byte raw ) : void
TBNToTree ( ) : TreeNode
ToTree ( ) : TreeNode
UTBNToTree ( ) : TreeNode

메소드 상세

BioAnimSetData() 공개 메소드

public BioAnimSetData ( ME3Package Pcc, int Index ) : System
Pcc ME3Package
Index int
리턴 System

GetArrayContent() 공개 메소드

public GetArrayContent ( byte raw ) : byte[]
raw byte
리턴 byte[]

GetArrayCount() 공개 메소드

public GetArrayCount ( byte raw ) : int
raw byte
리턴 int

ReadTBN() 공개 메소드

public ReadTBN ( byte raw ) : void
raw byte
리턴 void

ReadUTBN() 공개 메소드

public ReadUTBN ( byte raw ) : void
raw byte
리턴 void

TBNToTree() 공개 메소드

public TBNToTree ( ) : TreeNode
리턴 System.Windows.Forms.TreeNode

ToTree() 공개 메소드

public ToTree ( ) : TreeNode
리턴 System.Windows.Forms.TreeNode

UTBNToTree() 공개 메소드

public UTBNToTree ( ) : TreeNode
리턴 System.Windows.Forms.TreeNode

프로퍼티 상세

MyIndex 공개적으로 프로퍼티

public int MyIndex
리턴 int

Props 공개적으로 프로퍼티

public List Props
리턴 List

TrackBoneNames 공개적으로 프로퍼티

public List TrackBoneNames
리턴 List

UseTranslationBoneNames 공개적으로 프로퍼티

public List UseTranslationBoneNames
리턴 List

bAnimRotationOnly 공개적으로 프로퍼티

public bool bAnimRotationOnly
리턴 bool

data 공개적으로 프로퍼티

public byte[] data
리턴 byte[]

pcc 공개적으로 프로퍼티

public ME3Package pcc
리턴 ME3Package