C# Class lvl4LightTriggerScript, PGP2

Inheritance: MonoBehaviour
Afficher le fichier Open project: theiis/PGP2

Méthodes publiques

Свойство Type Description
endPos Transform
isLite bool
litMaterial Material
movingObj GameObject
simulateIsLit bool
unLitMaterial Material

Méthodes publiques

Méthode Description
Awake ( ) : void
Update ( ) : void

Method Details

Awake() public méthode

public Awake ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

endPos public_oe property

public Transform endPos
Résultat Transform

isLite public_oe property

public bool isLite
Résultat bool

litMaterial public_oe property

public Material litMaterial
Résultat Material

movingObj public_oe property

public GameObject movingObj
Résultat GameObject

simulateIsLit public_oe property

public bool simulateIsLit
Résultat bool

unLitMaterial public_oe property

public Material unLitMaterial
Résultat Material