C# Class ME3LibWV.UnrealClasses.SkeletalMesh.MultiSizeIndexContainerStruct

显示文件 Open project: ME3Explorer/ME3Explorer

Public Properties

Property Type Description
IndexCount int
IndexSize int
Indexes List

Public Methods

Method Description
Serialize ( SerializingContainer Container ) : void

Method Details

Serialize() public method

public Serialize ( SerializingContainer Container ) : void
Container SerializingContainer
return void

Property Details

IndexCount public_oe property

public int IndexCount
return int

IndexSize public_oe property

public int IndexSize
return int

Indexes public_oe property

public List Indexes
return List