C# Class Prime31.CharacterController2D.CharacterCollisionState2D

Afficher le fichier Open project: prime31/CharacterController2D

Méthodes publiques

Свойство Type Description
above bool
becameGroundedThisFrame bool
below bool
left bool
movingDownSlope bool
right bool
slopeAngle float
wasGroundedLastFrame bool

Méthodes publiques

Méthode Description
ToString ( ) : string
hasCollision ( ) : bool
reset ( ) : void

Method Details

ToString() public méthode

public ToString ( ) : string
Résultat string

hasCollision() public méthode

public hasCollision ( ) : bool
Résultat bool

reset() public méthode

public reset ( ) : void
Résultat void

Property Details

above public_oe property

public bool above
Résultat bool

becameGroundedThisFrame public_oe property

public bool becameGroundedThisFrame
Résultat bool

below public_oe property

public bool below
Résultat bool

left public_oe property

public bool left
Résultat bool

movingDownSlope public_oe property

public bool movingDownSlope
Résultat bool

right public_oe property

public bool right
Résultat bool

slopeAngle public_oe property

public float slopeAngle
Résultat float

wasGroundedLastFrame public_oe property

public bool wasGroundedLastFrame
Résultat bool