Method | Description | |
---|---|---|
DepositConnector ( |
Store a face connector in the "embedded" linked list.
|
|
DepositDeferredFace ( |
Deposit the deferred face.
|
|
DepositFace ( int faceIndex ) : void |
Return the face to the pool for later use.
|
|
DepositVertexBuffer ( IndexBuffer buffer ) : void |
Deposit the index buffer.
|
|
GetConnector ( ) : |
Get an unused face connector. If none is available, create it.
|
|
GetDeferredFace ( ) : |
Get the deferred face.
|
|
GetFace ( ) : int |
Return index of an unused face or creates a new one.
|
|
GetVertexBuffer ( ) : IndexBuffer |
Get a store index buffer or create a new instance.
|
|
ObjectManager ( |
Create the manager.
|
Method | Description | |
---|---|---|
CreateFace ( ) : int |
Create a new face and put it in the pool.
|
|
ReallocateFacePool ( ) : void |
Reallocate the face pool, including the AffectedFaceFlags
|
public DepositConnector ( |
||
connector | ||
return | void |
public DepositDeferredFace ( |
||
face | ||
return | void |
public DepositVertexBuffer ( IndexBuffer buffer ) : void | ||
buffer | IndexBuffer | |
return | void |
public ObjectManager ( |
||
hull | ||
return | System |