C# Class RendererWrapper, PlaycraftingArcadeShooter

Inheritance: MonoBehaviour
Afficher le fichier Open project: ssameng/PlaycraftingArcadeShooter Class Usage Examples

Méthodes publiques

Свойство Type Description
currentColors Color[]
matwrapper MaterialWrapper
renderer Renderer

Méthodes publiques

Méthode 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 méthode

public Apply ( ) : void
Résultat void

Awake() public méthode

public Awake ( ) : void
Résultat void

GetColor() public méthode

public GetColor ( int id ) : Color
id int
Résultat Color

GetColor() public méthode

public GetColor ( string id ) : Color
id string
Résultat Color

SetColor() public méthode

public SetColor ( int id, Color color ) : void
id int
color Color
Résultat void

SetColor() public méthode

public SetColor ( string id, Color color ) : void
id string
color Color
Résultat void

Property Details

currentColors public_oe property

public Color[] currentColors
Résultat Color[]

matwrapper public_oe property

public MaterialWrapper matwrapper
Résultat MaterialWrapper

renderer public_oe property

public Renderer renderer
Résultat Renderer