C# Class GameCommon.VegetationMaterial

Inheritance: ShaderBaseMaterial
ファイルを表示 Open project: DarrenHassan/GDM4242-GroupD Class Usage Examples

Private Properties

Property Type Description

Protected Methods

Method Description
OnAddCompileArguments ( StringBuilder arguments ) : void
OnClone ( HighLevelMaterial sourceMaterial ) : void
OnGetExtensionFileName ( ) : string
OnIsNeedSpecialShadowCasterMaterial ( ) : bool
OnLoad ( TextBlock block ) : bool
OnSave ( TextBlock block ) : void

Method Details

OnAddCompileArguments() protected method

protected OnAddCompileArguments ( StringBuilder arguments ) : void
arguments StringBuilder
return void

OnClone() protected method

protected OnClone ( HighLevelMaterial sourceMaterial ) : void
sourceMaterial HighLevelMaterial
return void

OnGetExtensionFileName() protected method

protected OnGetExtensionFileName ( ) : string
return string

OnIsNeedSpecialShadowCasterMaterial() protected method

protected OnIsNeedSpecialShadowCasterMaterial ( ) : bool
return bool

OnLoad() protected method

protected OnLoad ( TextBlock block ) : bool
block TextBlock
return bool

OnSave() protected method

protected OnSave ( TextBlock block ) : void
block TextBlock
return void