메소드 | 설명 | |
---|---|---|
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.
|
메소드 | 설명 | |
---|---|---|
UpdateStage ( ) : void |
public Add ( ISpaceObject spaceObject ) : void | ||
spaceObject | ISpaceObject | Space object to add. |
리턴 | void |
public Remove ( ISpaceObject spaceObject ) : void | ||
spaceObject | ISpaceObject | Space object to remove. |
리턴 | void |
public SpaceObjectBuffer ( ISpace space ) : BEPUutilities | ||
space | ISpace | Space that owns the buffer. |
리턴 | BEPUutilities |