C# Class PhysicsManager.GearSet, clockwork

Manages a collection of interacting gears
Afficher le fichier Open project: shadowseer99/clockwork

Méthodes publiques

Свойство Type Description
gears List
index int
isMovable bool
relations List
totalAngularMomentum float
totalMomentOfInertia float

Méthodes publiques

Méthode Description
AnalyzeRelations ( ) : void
GearSet ( int index = -1 ) : System
Reset ( int index = -1 ) : void
ToString ( ) : string
TryAddObj ( CollidingObject, obj, CollidingObject, oldObj ) : bool
UpdateObjects ( ) : void
UpdateRelations ( ) : void

Method Details

AnalyzeRelations() public méthode

public AnalyzeRelations ( ) : void
Résultat void

GearSet() public méthode

public GearSet ( int index = -1 ) : System
index int
Résultat System

Reset() public méthode

public Reset ( int index = -1 ) : void
index int
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string

TryAddObj() public méthode

public TryAddObj ( CollidingObject, obj, CollidingObject, oldObj ) : bool
obj CollidingObject,
oldObj CollidingObject,
Résultat bool

UpdateObjects() public méthode

public UpdateObjects ( ) : void
Résultat void

UpdateRelations() public méthode

public UpdateRelations ( ) : void
Résultat void

Property Details

gears public_oe property

public List gears
Résultat List

index public_oe property

public int index
Résultat int

isMovable public_oe property

public bool isMovable
Résultat bool

relations public_oe property

public List relations
Résultat List

totalAngularMomentum public_oe property

public float totalAngularMomentum
Résultat float

totalMomentOfInertia public_oe property

public float totalMomentOfInertia
Résultat float