C# Class BEPUphysics.DeactivationManagement.SimulationIsland

A collection of simulation island members bound together with connections. An island is activated and deactivated as a group.
Afficher le fichier Open project: Indiefreaks/igf Class Usage Examples

Private Properties

Свойство Type Description
BecameDeactivationCandidate void
BecameNonDeactivationCandidate void
CleanUp void
MemberActivated void

Méthodes publiques

Méthode Description
Activate ( ) : void

Activates the simulation island.

Add ( SimulationIslandMember member ) : void

Adds a member to the simulation island.

Remove ( SimulationIslandMember member ) : void

Removes a member from the simulation island.

SimulationIsland ( ) : System

Constructs a simulation island.

TryToDeactivate ( ) : bool

Attempts to deactivate the simulation island.

Private Methods

Méthode Description
BecameDeactivationCandidate ( SimulationIslandMember member ) : void
BecameNonDeactivationCandidate ( SimulationIslandMember member ) : void
CleanUp ( ) : void
MemberActivated ( SimulationIslandMember member ) : void

Method Details

Activate() public méthode

Activates the simulation island.
public Activate ( ) : void
Résultat void

Add() public méthode

Adds a member to the simulation island.
Thrown when the member being added is either non-dynamic or already has a simulation island.
public Add ( SimulationIslandMember member ) : void
member SimulationIslandMember Member to add.
Résultat void

Remove() public méthode

Removes a member from the simulation island.
Thrown when the member does not belong to this simulation island.
public Remove ( SimulationIslandMember member ) : void
member SimulationIslandMember Member to remove.
Résultat void

SimulationIsland() public méthode

Constructs a simulation island.
public SimulationIsland ( ) : System
Résultat System

TryToDeactivate() public méthode

Attempts to deactivate the simulation island.
public TryToDeactivate ( ) : bool
Résultat bool