Method | Description | |
---|---|---|
Add ( ISpaceObject spaceObject ) : void |
Adds a space object to the buffer. It will be added to the space the next time the buffer is flushed.
|
|
Remove ( ISpaceObject spaceObject ) : void |
Enqueues a removal request to the buffer. It will be processed the next time the buffer is flushed.
|
|
SpaceObjectBuffer ( ISpace space ) : BEPUutilities |
Constructs the buffer.
|
Method | Description | |
---|---|---|
UpdateStage ( ) : void |
public Add ( ISpaceObject spaceObject ) : void | ||
spaceObject | ISpaceObject | Space object to add. |
return | void |
public Remove ( ISpaceObject spaceObject ) : void | ||
spaceObject | ISpaceObject | Space object to remove. |
return | void |
public SpaceObjectBuffer ( ISpace space ) : BEPUutilities | ||
space | ISpace | Space that owns the buffer. |
return | BEPUutilities |