C# Class ME3Explorer.Unreal.Classes.MaterialInstanceConstant

Afficher le fichier Open project: ME3Explorer/ME3Explorer

Méthodes publiques

Свойство Type Description
Textures List
index int
memory byte[]
memsize int
pcc ME3Package
props List

Méthodes publiques

Méthode Description
MaterialInstanceConstant ( ME3Package Pcc, int Idx ) : System
ReadProperties ( ) : void
ReadTextureParams ( byte raw ) : void
ToTree ( ) : TreeNode

Method Details

MaterialInstanceConstant() public méthode

public MaterialInstanceConstant ( ME3Package Pcc, int Idx ) : System
Pcc ME3Package
Idx int
Résultat System

ReadProperties() public méthode

public ReadProperties ( ) : void
Résultat void

ReadTextureParams() public méthode

public ReadTextureParams ( byte raw ) : void
raw byte
Résultat void

ToTree() public méthode

public ToTree ( ) : TreeNode
Résultat System.Windows.Forms.TreeNode

Property Details

Textures public_oe property

public List Textures
Résultat List

index public_oe property

public int index
Résultat int

memory public_oe property

public byte[] memory
Résultat byte[]

memsize public_oe property

public int memsize
Résultat int

pcc public_oe property

public ME3Package pcc
Résultat ME3Package

props public_oe property

public List props
Résultat List