C# Class UnityStandardAssets._2D.PlatformerCharacter2D

Inheritance: UnityEngine.MonoBehaviour
Exibir arquivo Open project: 5thFloorGames/TheMusicGame Class Usage Examples

Public Properties

Property Type Description
frozen bool

Public Methods

Method 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

Method 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 method

public Act ( ) : void
return void

Cheat() public method

public Cheat ( ) : void
return void

CheckForDestructibles() public method

public CheckForDestructibles ( ) : void
return void

CheckUnpassables() public method

public CheckUnpassables ( Direction direction ) : bool
direction Direction
return bool

Dash() public method

public Dash ( float direction ) : void
direction float
return void

FloatUp() public method

public FloatUp ( ) : void
return void

Freeze() public method

public Freeze ( ) : void
return void

Move() public method

public Move ( float move ) : void
move float
return void

MuteMovement() public method

public MuteMovement ( ) : void
return void

SpeedBoost() public method

public SpeedBoost ( ) : void
return void

Teleport() public method

public Teleport ( float direction ) : void
direction float
return void

Unfreeze() public method

public Unfreeze ( ) : void
return void

UnmuteMovement() public method

public UnmuteMovement ( ) : void
return void

Property Details

frozen public_oe property

public bool frozen
return bool