Interface IPhysicsSystem
public interface IPhysicsSystem : IGameSystemBase, IComponent, IReferencable
- Inherited Members
Methods
Create(PhysicsProcessor, PhysicsEngineFlags)
Simulation Create(PhysicsProcessor processor, PhysicsEngineFlags flags = PhysicsEngineFlags.None)
Parameters
processor
PhysicsProcessorflags
PhysicsEngineFlags
Returns
Release(PhysicsProcessor)
void Release(PhysicsProcessor processor)
Parameters
processor
PhysicsProcessor