C# Class Protogame.BatchedControlEntity

This entity contains and controls the results of a batching operation.
Inheritance: Protogame.ComponentizedEntity
Mostra file Open project: RedpointGames/Protogame Class Usage Examples

Public Methods

Method Description
AttachBatchedPhysics ( CompoundShape shape ) : void
BatchedControlEntity ( IHierarchy hierarchy, INode node, IBatchedControlFactory batchedControlFactory ) : Jitter.Collision.Shapes

Method Details

AttachBatchedPhysics() public method

public AttachBatchedPhysics ( CompoundShape shape ) : void
shape Jitter.Collision.Shapes.CompoundShape
return void

BatchedControlEntity() public method

public BatchedControlEntity ( IHierarchy hierarchy, INode node, IBatchedControlFactory batchedControlFactory ) : Jitter.Collision.Shapes
hierarchy IHierarchy
node INode
batchedControlFactory IBatchedControlFactory
return Jitter.Collision.Shapes