C# Class MoveProgress, hexciter

Inheritance: MonoBehaviour
Afficher le fichier Open project: pR0Ps/hexciter Class Usage Examples

Méthodes publiques

Свойство Type Description
pulseCurve UnityEngine.AnimationCurve

Private Properties

Свойство Type Description
Pulse IEnumerator

Méthodes publiques

Méthode Description
Awake ( ) : void
DestroyCube ( int i ) : void
DoMove ( ) : void
NoneLeft ( ) : bool
Remaining ( ) : int
ResetMoves ( int scorePerCube ) : void
SetPercent ( float percent ) : void
SpawnCube ( int i ) : void
Start ( ) : void
Update ( ) : void

Private Methods

Méthode Description
Pulse ( ) : IEnumerator

Method Details

Awake() public méthode

public Awake ( ) : void
Résultat void

DestroyCube() public méthode

public DestroyCube ( int i ) : void
i int
Résultat void

DoMove() public méthode

public DoMove ( ) : void
Résultat void

NoneLeft() public méthode

public NoneLeft ( ) : bool
Résultat bool

Remaining() public méthode

public Remaining ( ) : int
Résultat int

ResetMoves() public méthode

public ResetMoves ( int scorePerCube ) : void
scorePerCube int
Résultat void

SetPercent() public méthode

public SetPercent ( float percent ) : void
percent float
Résultat void

SpawnCube() public méthode

public SpawnCube ( int i ) : void
i int
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

pulseCurve public_oe property

public AnimationCurve,UnityEngine pulseCurve
Résultat UnityEngine.AnimationCurve