C# Class FBX.Scene.Materials.MaterialParameters.Parameter

Base parameter class
显示文件 Open project: Patapom/GodComplex

Protected Properties

Property Type Description
m_Name string
m_Owner MaterialParameters

Public Methods

Method Description
Load ( System _Reader ) : void
Parameter ( MaterialParameters _Owner, string _Name ) : System
Save ( System _Writer ) : void
ToString ( ) : string

Method Details

Load() public abstract method

public abstract Load ( System _Reader ) : void
_Reader System
return void

Parameter() public method

public Parameter ( MaterialParameters _Owner, string _Name ) : System
_Owner MaterialParameters
_Name string
return System

Save() public abstract method

public abstract Save ( System _Writer ) : void
_Writer System
return void

ToString() public method

public ToString ( ) : string
return string

Property Details

m_Name protected_oe property

protected string m_Name
return string

m_Owner protected_oe property

protected MaterialParameters,FBX.Scene.Materials m_Owner
return MaterialParameters