C# Class UnityStandardAssets._2D.PlatformerCharacter2D

Inheritance: UnityEngine.MonoBehaviour
Afficher le fichier Open project: 5thFloorGames/TheMusicGame Class Usage Examples

Méthodes publiques

Свойство Type Description
frozen bool

Méthodes publiques

Méthode Description
Act ( ) : void
Cheat ( ) : void
CheckForDestructibles ( ) : void
CheckUnpassables ( Direction direction ) : bool
Dash ( float direction ) : void
FloatUp ( ) : void
Freeze ( ) : void
Move ( float move ) : void
MuteMovement ( ) : void
SpeedBoost ( ) : void
Teleport ( float direction ) : void
Unfreeze ( ) : void
UnmuteMovement ( ) : void

Private Methods

Méthode Description
AddToBuffer ( Direction direction ) : void
Awake ( ) : void
Dash ( Direction direction ) : void
FixedUpdate ( ) : void
Float ( ) : IEnumerator
SpeedForSecond ( ) : IEnumerator
Start ( ) : void
Teleport ( Direction direction ) : void
Teleported ( Direction direction ) : void
Update ( ) : void

Method Details

Act() public méthode

public Act ( ) : void
Résultat void

Cheat() public méthode

public Cheat ( ) : void
Résultat void

CheckForDestructibles() public méthode

public CheckForDestructibles ( ) : void
Résultat void

CheckUnpassables() public méthode

public CheckUnpassables ( Direction direction ) : bool
direction Direction
Résultat bool

Dash() public méthode

public Dash ( float direction ) : void
direction float
Résultat void

FloatUp() public méthode

public FloatUp ( ) : void
Résultat void

Freeze() public méthode

public Freeze ( ) : void
Résultat void

Move() public méthode

public Move ( float move ) : void
move float
Résultat void

MuteMovement() public méthode

public MuteMovement ( ) : void
Résultat void

SpeedBoost() public méthode

public SpeedBoost ( ) : void
Résultat void

Teleport() public méthode

public Teleport ( float direction ) : void
direction float
Résultat void

Unfreeze() public méthode

public Unfreeze ( ) : void
Résultat void

UnmuteMovement() public méthode

public UnmuteMovement ( ) : void
Résultat void

Property Details

frozen public_oe property

public bool frozen
Résultat bool