C# Class Draw, LORedAlert

Inheritance: MonoBehaviour
Afficher le fichier Open project: applexiaohao/LORedAlert Class Usage Examples

Méthodes publiques

Свойство Type Description
greenMat Material
redMat Material

Méthodes publiques

Méthode Description
AddGrids ( Grid, grids ) : string
Awake ( ) : void
OnPostRender ( ) : void
RemoveGrids ( string key ) : void
Update ( ) : void

Private Methods

Méthode Description
DrawGrid ( Grid, g ) : void

Method Details

AddGrids() public méthode

public AddGrids ( Grid, grids ) : string
grids Grid,
Résultat string

Awake() public méthode

public Awake ( ) : void
Résultat void

OnPostRender() public méthode

public OnPostRender ( ) : void
Résultat void

RemoveGrids() public méthode

public RemoveGrids ( string key ) : void
key string
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

greenMat public_oe property

public Material greenMat
Résultat Material

redMat public_oe property

public Material redMat
Résultat Material