C# Class ME3Explorer.Unreal.PSKFile.PSKMaterial

Show file Open project: ME3Explorer/ME3Explorer

Public Properties

Property Type Description
LODbias int
LODstyle int
auxflags int
auxmaterial int
name string
polyflags int
texture int

Public Methods

Method Description
PSKMaterial ( string _name, int _texture ) : System

Method Details

PSKMaterial() public method

public PSKMaterial ( string _name, int _texture ) : System
_name string
_texture int
return System

Property Details

LODbias public property

public int LODbias
return int

LODstyle public property

public int LODstyle
return int

auxflags public property

public int auxflags
return int

auxmaterial public property

public int auxmaterial
return int

name public property

public string name
return string

polyflags public property

public int polyflags
return int

texture public property

public int texture
return int