C# Class ME3Explorer.Unreal.Classes.MaterialInstanceConstant

Show file Open project: ME3Explorer/ME3Explorer

Public Properties

Property Type Description
Textures List
index int
memory byte[]
memsize int
pcc ME3Package
props List

Public Methods

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

Method Details

MaterialInstanceConstant() public method

public MaterialInstanceConstant ( ME3Package Pcc, int Idx ) : System
Pcc ME3Package
Idx int
return System

ReadProperties() public method

public ReadProperties ( ) : void
return void

ReadTextureParams() public method

public ReadTextureParams ( byte raw ) : void
raw byte
return void

ToTree() public method

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

Property Details

Textures public property

public List Textures
return List

index public property

public int index
return int

memory public property

public byte[] memory
return byte[]

memsize public property

public int memsize
return int

pcc public property

public ME3Package pcc
return ME3Package

props public property

public List props
return List