C# Класс BEPUphysics.DeactivationManagement.SimulationIsland

A collection of simulation island members bound together with connections. An island is activated and deactivated as a group.
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
BecameDeactivationCandidate void
BecameNonDeactivationCandidate void
CleanUp void
MemberActivated void

Открытые методы

Метод Описание
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.

Приватные методы

Метод Описание
BecameDeactivationCandidate ( SimulationIslandMember member ) : void
BecameNonDeactivationCandidate ( SimulationIslandMember member ) : void
CleanUp ( ) : void
MemberActivated ( SimulationIslandMember member ) : void

Описание методов

Activate() публичный метод

Activates the simulation island.
public Activate ( ) : void
Результат void

Add() публичный метод

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.
Результат void

Remove() публичный метод

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.
Результат void

SimulationIsland() публичный метод

Constructs a simulation island.
public SimulationIsland ( ) : System
Результат System

TryToDeactivate() публичный метод

Attempts to deactivate the simulation island.
public TryToDeactivate ( ) : bool
Результат bool