C# Class GravityManager, EarthDefence

Inheritance: MonoBehaviour
Datei anzeigen 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_oe static_oe property

public static float GRAVITY_CONSTANT
return float

MASS_EARTH public_oe static_oe property

public static float MASS_EARTH
return float

MASS_MOON public_oe static_oe property

public static float MASS_MOON
return float