C# Class Sol.PuzzleAnimHandler

Inheritance: UnityEngine.MonoBehaviour
Afficher le fichier Open project: Stumpstump/RoverGame

Méthodes publiques

Свойство Type Description
lightBlinkColor UnityEngine.Color
myInteracter InteractiblePuzzle
puzzleLight UnityEngine.Light
puzzleManager PuzzleManager

Méthodes publiques

Méthode Description
ActivateLight ( ) : void
BlinkLight ( ) : void
ScaledFalse ( ) : void
ScaledTrue ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

ActivateLight() public méthode

public ActivateLight ( ) : void
Résultat void

BlinkLight() public méthode

public BlinkLight ( ) : void
Résultat void

ScaledFalse() public méthode

public ScaledFalse ( ) : void
Résultat void

ScaledTrue() public méthode

public ScaledTrue ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

lightBlinkColor public_oe property

public Color,UnityEngine lightBlinkColor
Résultat UnityEngine.Color

myInteracter public_oe property

public InteractiblePuzzle,Sol myInteracter
Résultat InteractiblePuzzle

puzzleLight public_oe property

public Light,UnityEngine puzzleLight
Résultat UnityEngine.Light

puzzleManager public_oe property

public PuzzleManager puzzleManager
Résultat PuzzleManager