C# Class Sol.PuzzleAnimHandler

Inheritance: UnityEngine.MonoBehaviour
Exibir arquivo Open project: Stumpstump/RoverGame

Public Properties

Property Type Description
lightBlinkColor UnityEngine.Color
myInteracter InteractiblePuzzle
puzzleLight UnityEngine.Light
puzzleManager PuzzleManager

Public Methods

Method Description
ActivateLight ( ) : void
BlinkLight ( ) : void
ScaledFalse ( ) : void
ScaledTrue ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

ActivateLight() public method

public ActivateLight ( ) : void
return void

BlinkLight() public method

public BlinkLight ( ) : void
return void

ScaledFalse() public method

public ScaledFalse ( ) : void
return void

ScaledTrue() public method

public ScaledTrue ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

lightBlinkColor public_oe property

public Color,UnityEngine lightBlinkColor
return UnityEngine.Color

myInteracter public_oe property

public InteractiblePuzzle,Sol myInteracter
return InteractiblePuzzle

puzzleLight public_oe property

public Light,UnityEngine puzzleLight
return UnityEngine.Light

puzzleManager public_oe property

public PuzzleManager puzzleManager
return PuzzleManager