C# Class RendererWrapper, PlaycraftingArcadeShooter

Inheritance: MonoBehaviour
Mostra file Open project: ssameng/PlaycraftingArcadeShooter Class Usage Examples

Public Properties

Property Type Description
currentColors Color[]
matwrapper MaterialWrapper
renderer Renderer

Public Methods

Method Description
Apply ( ) : void
Awake ( ) : void
GetColor ( int id ) : Color
GetColor ( string id ) : Color
SetColor ( int id, Color color ) : void
SetColor ( string id, Color color ) : void

Method Details

Apply() public method

public Apply ( ) : void
return void

Awake() public method

public Awake ( ) : void
return void

GetColor() public method

public GetColor ( int id ) : Color
id int
return Color

GetColor() public method

public GetColor ( string id ) : Color
id string
return Color

SetColor() public method

public SetColor ( int id, Color color ) : void
id int
color Color
return void

SetColor() public method

public SetColor ( string id, Color color ) : void
id string
color Color
return void

Property Details

currentColors public_oe property

public Color[] currentColors
return Color[]

matwrapper public_oe property

public MaterialWrapper matwrapper
return MaterialWrapper

renderer public_oe property

public Renderer renderer
return Renderer