IPhysicsSystem Interface
Namespace: Stride.PhysicsAssembly: Stride.Physics.dll
public interface IPhysicsSystem : IGameSystemBase, IComponent, IReferencable
| Name | Description | |
|---|---|---|
| Methods | ||
| Create(PhysicsProcessor, PhysicsEngineFlags) | ||
| Release(PhysicsProcessor) | ||
Methods
Create(PhysicsProcessor, PhysicsEngineFlags)
Simulation Create(PhysicsProcessor processor, PhysicsEngineFlags flags = PhysicsEngineFlags.None)
Parameters
| Type | Name | Description |
|---|---|---|
| PhysicsProcessor | processor | |
| PhysicsEngineFlags | flags |
Returns
| Type | Description |
|---|---|
| Simulation |
Release(PhysicsProcessor)
void Release(PhysicsProcessor processor)
Parameters
| Type | Name | Description |
|---|---|---|
| PhysicsProcessor | processor |