C# Class ME3Explorer.Unreal.PSKFile.PSKMaterial

显示文件 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_oe property

public int LODbias
return int

LODstyle public_oe property

public int LODstyle
return int

auxflags public_oe property

public int auxflags
return int

auxmaterial public_oe property

public int auxmaterial
return int

name public_oe property

public string name
return string

polyflags public_oe property

public int polyflags
return int

texture public_oe property

public int texture
return int