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

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

공개 프로퍼티들

프로퍼티 타입 설명
AnimGroups List
Children List
ComposePrePassBoneNames List
MyIndex int
NodeTotalWeight float
Props List
SkelControlLists List
data byte[]
pcc ME3Package

공개 메소드들

메소드 설명
AnimGroupsToTree ( ) : TreeNode
AnimTree ( ME3Package Pcc, int Index ) : System
ChildrenToTree ( ) : TreeNode
GetArrayContent ( byte raw ) : byte[]
GetArrayCount ( byte raw ) : int
PrePassBoneNamesToTree ( ) : TreeNode
ReadAnimGroups ( byte raw ) : void
ReadChildren ( byte raw ) : void
ReadPrePassBoneNames ( byte raw ) : void
ReadSkelControlLists ( byte raw ) : void
SkelControlListsToTree ( ) : TreeNode
ToTree ( ) : TreeNode

메소드 상세

AnimGroupsToTree() 공개 메소드

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

AnimTree() 공개 메소드

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

ChildrenToTree() 공개 메소드

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

GetArrayContent() 공개 메소드

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

GetArrayCount() 공개 메소드

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

PrePassBoneNamesToTree() 공개 메소드

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

ReadAnimGroups() 공개 메소드

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

ReadChildren() 공개 메소드

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

ReadPrePassBoneNames() 공개 메소드

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

ReadSkelControlLists() 공개 메소드

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

SkelControlListsToTree() 공개 메소드

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

ToTree() 공개 메소드

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

프로퍼티 상세

AnimGroups 공개적으로 프로퍼티

public List AnimGroups
리턴 List

Children 공개적으로 프로퍼티

public List Children
리턴 List

ComposePrePassBoneNames 공개적으로 프로퍼티

public List ComposePrePassBoneNames
리턴 List

MyIndex 공개적으로 프로퍼티

public int MyIndex
리턴 int

NodeTotalWeight 공개적으로 프로퍼티

public float NodeTotalWeight
리턴 float

Props 공개적으로 프로퍼티

public List Props
리턴 List

SkelControlLists 공개적으로 프로퍼티

public List SkelControlLists
리턴 List

data 공개적으로 프로퍼티

public byte[] data
리턴 byte[]

pcc 공개적으로 프로퍼티

public ME3Package pcc
리턴 ME3Package