Méthode | Description | |
---|---|---|
Activate ( ) : void |
Attempts to activate the entity.
|
|
UpdateDeactivationCandidacy ( float dt ) : void |
Updates the member's deactivation state.
|
Méthode | Description | |
---|---|---|
OnActivated ( ) : void | ||
OnBecameDeactivationCandidate ( ) : void | ||
OnBecameNonDeactivationCandidate ( ) : void | ||
OnDeactivated ( ) : void |
Méthode | Description | |
---|---|---|
AddConnectionReference ( BEPUphysics.DeactivationManagement.SimulationIslandConnection connection ) : int |
Adds a connection reference to the member.
|
|
RemoveConnectionReference ( BEPUphysics.DeactivationManagement.SimulationIslandConnection connection, int index ) : void |
Removes a connection reference from the member.
|
|
SimulationIslandMember ( Entity owner ) : System | ||
TryToCompressIslandHierarchy ( ) : void |
protected OnBecameDeactivationCandidate ( ) : void | ||
Résultat | void |
protected OnBecameNonDeactivationCandidate ( ) : void | ||
Résultat | void |
public UpdateDeactivationCandidacy ( float dt ) : void | ||
dt | float | Timestep duration. |
Résultat | void |