C# Class ME3Explorer.Unreal.Classes.SkeletalMesh.VertexBufferGPUSkinStruct

Exibir arquivo Open project: ME3Explorer/ME3Explorer

Public Properties

Property Type Description
Extension System.Vector3
NumTexCoords int
Origin System.Vector3
VertexSize int
Vertices List

Public Methods

Method Description
Serialize ( SerializingContainer Container ) : void
ToTree ( ) : TreeNode

Method Details

Serialize() public method

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

ToTree() public method

public ToTree ( ) : TreeNode
return System.Windows.Forms.TreeNode

Property Details

Extension public_oe property

public Vector3,System Extension
return System.Vector3

NumTexCoords public_oe property

public int NumTexCoords
return int

Origin public_oe property

public Vector3,System Origin
return System.Vector3

VertexSize public_oe property

public int VertexSize
return int

Vertices public_oe property

public List Vertices
return List