C# Class GravityManager, EarthDefence

Inheritance: MonoBehaviour
Show file Open project: GameMakersUnion/EarthDefence Class Usage Examples

Public Properties

Property Type Description
GRAVITY_CONSTANT float
MASS_EARTH float
MASS_MOON float

Private Methods

Method Description
AddTrailRenderers ( ) : void
FindGravitatables ( ) : void
FindPlanets ( ) : void
PullGravitatables ( ) : void
PushPerp ( ) : void
Start ( ) : void
Update ( ) : void

Property Details

GRAVITY_CONSTANT public static property

public static float GRAVITY_CONSTANT
return float

MASS_EARTH public static property

public static float MASS_EARTH
return float

MASS_MOON public static property

public static float MASS_MOON
return float