C# Class PlanetOrientation, gmap377_leathGloves_inc

Inheritance: MonoBehaviour
Datei anzeigen Open project: bi3mer/gmap377_leathGloves_inc Class Usage Examples

Public Properties

Property Type Description
DistanceToGroundMarker float
DistanceToPlanet float
DownMarker GameObject
ForwardMarker GameObject
GroundedBottomLeft bool
GroundedBottomRight bool
GroundedCenter bool
GroundedTopLeft bool
GroundedTopRight bool
RightMarker GameObject
_collider BoxCollider

Public Methods

Method Description
CheckOrientation ( ) : void
Deinitialize ( ) : void
Initialize ( ) : void
Start ( ) : void
Update ( ) : void
UpdateGrounded ( ) : void
UpdateOrientation ( ) : void
UpdateTiltAxes ( ) : void

Private Methods

Method Description
Pow ( double b, int e ) : double

Method Details

CheckOrientation() public method

public CheckOrientation ( ) : void
return void

Deinitialize() public method

public Deinitialize ( ) : void
return void

Initialize() public method

public Initialize ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

UpdateGrounded() public method

public UpdateGrounded ( ) : void
return void

UpdateOrientation() public method

public UpdateOrientation ( ) : void
return void

UpdateTiltAxes() public method

public UpdateTiltAxes ( ) : void
return void

Property Details

DistanceToGroundMarker public_oe property

public float DistanceToGroundMarker
return float

DistanceToPlanet public_oe property

public float DistanceToPlanet
return float

DownMarker public_oe property

public GameObject DownMarker
return GameObject

ForwardMarker public_oe property

public GameObject ForwardMarker
return GameObject

GroundedBottomLeft public_oe property

public bool GroundedBottomLeft
return bool

GroundedBottomRight public_oe property

public bool GroundedBottomRight
return bool

GroundedCenter public_oe property

public bool GroundedCenter
return bool

GroundedTopLeft public_oe property

public bool GroundedTopLeft
return bool

GroundedTopRight public_oe property

public bool GroundedTopRight
return bool

RightMarker public_oe property

public GameObject RightMarker
return GameObject

_collider public_oe property

public BoxCollider _collider
return BoxCollider