C# Class BEPUphysics.UpdateableSystems.Updateable

Convenience superclass of Updateables. Updateables are updated by the Space at various points during the execution of the engine to support easy extensions.
Inheritance: ISpaceUpdateable
Afficher le fichier Open project: Indiefreaks/igf

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
OnAdditionToSpace ( ISpace newSpace ) : void

Called after the object is added to a space.

OnRemovalFromSpace ( ISpace oldSpace ) : void

Called before an object is removed from its space.

Méthodes protégées

Méthode Description
Updateable ( ) : System.Collections.Generic

Method Details

OnAdditionToSpace() public méthode

Called after the object is added to a space.
public OnAdditionToSpace ( ISpace newSpace ) : void
newSpace ISpace Space to which the object was added.
Résultat void

OnRemovalFromSpace() public méthode

Called before an object is removed from its space.
public OnRemovalFromSpace ( ISpace oldSpace ) : void
oldSpace ISpace Space from which the object was removed.
Résultat void

Updateable() protected méthode

protected Updateable ( ) : System.Collections.Generic
Résultat System.Collections.Generic