C# 클래스 ME3Explorer.Unreal.Classes.SkeletalMesh.SectionStruct

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

공개 프로퍼티들

프로퍼티 타입 설명
BaseIndex int
ChunkIndex short
MaterialIndex short
NumTriangles int

공개 메소드들

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

메소드 상세

Serialize() 공개 메소드

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

ToTree() 공개 메소드

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

프로퍼티 상세

BaseIndex 공개적으로 프로퍼티

public int BaseIndex
리턴 int

ChunkIndex 공개적으로 프로퍼티

public short ChunkIndex
리턴 short

MaterialIndex 공개적으로 프로퍼티

public short MaterialIndex
리턴 short

NumTriangles 공개적으로 프로퍼티

public int NumTriangles
리턴 int