C# Class PlanetOrientation, gmap377_leathGloves_inc

Inheritance: MonoBehaviour
Afficher le fichier Open project: bi3mer/gmap377_leathGloves_inc Class Usage Examples

Méthodes publiques

Свойство Type Description
DistanceToGroundMarker float
DistanceToPlanet float
DownMarker GameObject
ForwardMarker GameObject
GroundedBottomLeft bool
GroundedBottomRight bool
GroundedCenter bool
GroundedTopLeft bool
GroundedTopRight bool
RightMarker GameObject
_collider BoxCollider

Méthodes publiques

Méthode Description
CheckOrientation ( ) : void
Deinitialize ( ) : void
Initialize ( ) : void
Start ( ) : void
Update ( ) : void
UpdateGrounded ( ) : void
UpdateOrientation ( ) : void
UpdateTiltAxes ( ) : void

Private Methods

Méthode Description
Pow ( double b, int e ) : double

Method Details

CheckOrientation() public méthode

public CheckOrientation ( ) : void
Résultat void

Deinitialize() public méthode

public Deinitialize ( ) : void
Résultat void

Initialize() public méthode

public Initialize ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

UpdateGrounded() public méthode

public UpdateGrounded ( ) : void
Résultat void

UpdateOrientation() public méthode

public UpdateOrientation ( ) : void
Résultat void

UpdateTiltAxes() public méthode

public UpdateTiltAxes ( ) : void
Résultat void

Property Details

DistanceToGroundMarker public_oe property

public float DistanceToGroundMarker
Résultat float

DistanceToPlanet public_oe property

public float DistanceToPlanet
Résultat float

DownMarker public_oe property

public GameObject DownMarker
Résultat GameObject

ForwardMarker public_oe property

public GameObject ForwardMarker
Résultat GameObject

GroundedBottomLeft public_oe property

public bool GroundedBottomLeft
Résultat bool

GroundedBottomRight public_oe property

public bool GroundedBottomRight
Résultat bool

GroundedCenter public_oe property

public bool GroundedCenter
Résultat bool

GroundedTopLeft public_oe property

public bool GroundedTopLeft
Résultat bool

GroundedTopRight public_oe property

public bool GroundedTopRight
Résultat bool

RightMarker public_oe property

public GameObject RightMarker
Résultat GameObject

_collider public_oe property

public BoxCollider _collider
Résultat BoxCollider