C# Class PillarBehavior, GGJ-2016

Inheritance: MonoBehaviour
Afficher le fichier Open project: BretHudson/GGJ-2016 Class Usage Examples

Méthodes publiques

Свойство Type Description
ArrowPrefabs GameObject[]
DanceIcon GameObject
Explorer IconInfo,
PillarID int
Tribal IconInfo,
sinkSpeed float

Méthodes publiques

Méthode Description
CheckInput ( List inputQueue ) : bool
GetInputString ( ) : string
Init ( int id ) : void
Reset ( ) : void
ResetInputs ( ) : void
Start ( ) : void
Update ( ) : void
_ChangeState ( MessageChangeState, msg ) : void

Private Methods

Méthode Description
CreateOffsets ( ) : void
CreateRandomInputString ( ) : List
HighlightArrows ( int n, int offset ) : void
PlaceArrows ( List inputString, bool top, int offset ) : void
PlaceIcon ( GameObject icon, bool top ) : void

Method Details

CheckInput() public méthode

public CheckInput ( List inputQueue ) : bool
inputQueue List
Résultat bool

GetInputString() public méthode

public GetInputString ( ) : string
Résultat string

Init() public méthode

public Init ( int id ) : void
id int
Résultat void

Reset() public méthode

public Reset ( ) : void
Résultat void

ResetInputs() public static méthode

public static ResetInputs ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

_ChangeState() public méthode

public _ChangeState ( MessageChangeState, msg ) : void
msg MessageChangeState,
Résultat void

Property Details

ArrowPrefabs public_oe property

public GameObject[] ArrowPrefabs
Résultat GameObject[]

DanceIcon public_oe property

public GameObject DanceIcon
Résultat GameObject

Explorer public_oe property

public IconInfo, Explorer
Résultat IconInfo,

PillarID public_oe property

public int PillarID
Résultat int

Tribal public_oe property

public IconInfo, Tribal
Résultat IconInfo,

sinkSpeed public_oe property

public float sinkSpeed
Résultat float