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

Inheritance: Parameter
Datei anzeigen Open project: Patapom/GodComplex

Protected Properties

Property Type Description
m_bValue bool

Public Methods

Method Description
Equals ( object _Other ) : bool
GetHashCode ( ) : int
Load ( System _Reader ) : void
ParameterBool ( MaterialParameters _Owner, string _Name ) : System
Save ( System _Writer ) : void
ToString ( ) : string

Method Details

Equals() public method

public Equals ( object _Other ) : bool
_Other object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

Load() public method

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

ParameterBool() public method

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

Save() public method

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

ToString() public method

public ToString ( ) : string
return string

Property Details

m_bValue protected_oe property

protected bool m_bValue
return bool