Table of Contents

Interface IPhysicsSystem

Namespace
Stride.Physics
Assembly
Stride.Physics.dll
public interface IPhysicsSystem : IGameSystemBase, IComponent, IReferencable
Inherited Members

Methods

Create(PhysicsProcessor, PhysicsEngineFlags)

Simulation Create(PhysicsProcessor processor, PhysicsEngineFlags flags = PhysicsEngineFlags.None)

Parameters

processor PhysicsProcessor
flags PhysicsEngineFlags

Returns

Simulation

Release(PhysicsProcessor)

void Release(PhysicsProcessor processor)

Parameters

processor PhysicsProcessor