C# Class CharControl, UrsaMajor

Inheritance: MonoBehaviour
Afficher le fichier Open project: BJarv/UrsaMajor Class Usage Examples

Méthodes publiques

Свойство Type Description
CurrJumpForce float
MaxJumpForce float
PlusJumpForce float
addSpeed float
controllable bool
dead bool
horizDirection int
maxSpeed float
whatIsGround LayerMask
whatIsWall LayerMask

Méthodes publiques

Méthode Description
StartDeath ( ) : void
hitAnim ( ) : void
isGrounded ( ) : bool
setDead ( ) : void
skinChange ( Sprite skin ) : void

Private Methods

Méthode Description
FixedUpdate ( ) : void
Flip ( float moveH ) : void
Start ( ) : void
Update ( ) : void
hitToIdle ( ) : void

Method Details

StartDeath() public méthode

public StartDeath ( ) : void
Résultat void

hitAnim() public méthode

public hitAnim ( ) : void
Résultat void

isGrounded() public méthode

public isGrounded ( ) : bool
Résultat bool

setDead() public méthode

public setDead ( ) : void
Résultat void

skinChange() public méthode

public skinChange ( Sprite skin ) : void
skin Sprite
Résultat void

Property Details

CurrJumpForce public_oe property

public float CurrJumpForce
Résultat float

MaxJumpForce public_oe property

public float MaxJumpForce
Résultat float

PlusJumpForce public_oe property

public float PlusJumpForce
Résultat float

addSpeed public_oe property

public float addSpeed
Résultat float

controllable public_oe property

public bool controllable
Résultat bool

dead public_oe static_oe property

public static bool dead
Résultat bool

horizDirection public_oe property

public int horizDirection
Résultat int

maxSpeed public_oe property

public float maxSpeed
Résultat float

whatIsGround public_oe property

public LayerMask whatIsGround
Résultat LayerMask

whatIsWall public_oe property

public LayerMask whatIsWall
Résultat LayerMask