C# 클래스 UDKExplorer.UDK.Classes.SkeletalMesh.MultiSizeIndexContainerStruct

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

공개 프로퍼티들

프로퍼티 타입 설명
DataTypeSize byte
IndexCount int
IndexSize int
Indexes List
NeedsCPUAccess int

공개 메소드들

메소드 설명
Serialize ( SerializingContainer Container ) : void
ToTree ( ) : TreeNode

메소드 상세

Serialize() 공개 메소드

public Serialize ( SerializingContainer Container ) : void
Container SerializingContainer
리턴 void

ToTree() 공개 메소드

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

프로퍼티 상세

DataTypeSize 공개적으로 프로퍼티

public byte DataTypeSize
리턴 byte

IndexCount 공개적으로 프로퍼티

public int IndexCount
리턴 int

IndexSize 공개적으로 프로퍼티

public int IndexSize
리턴 int

Indexes 공개적으로 프로퍼티

public List Indexes
리턴 List

NeedsCPUAccess 공개적으로 프로퍼티

public int NeedsCPUAccess
리턴 int