C# Class NPCHighlighting

Inheritance: MonoBehaviour
Afficher le fichier Open project: jsngai/deepsquid

Méthodes publiques

Свойство Type Description
mats Material[]

Méthodes publiques

Méthode Description
Start ( ) : void
Update ( ) : void
changeMatToHL ( ) : void
changeMatToNml ( ) : void

Method Details

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

changeMatToHL() public méthode

public changeMatToHL ( ) : void
Résultat void

changeMatToNml() public méthode

public changeMatToNml ( ) : void
Résultat void

Property Details

mats public_oe property

public Material[] mats
Résultat Material[]