Class PhysicManager
- Namespace
- Alis.Core.Ecs.System.Manager.Physic
- Assembly
- Alis.dll
The physic manager base class
public class PhysicManager : AManager, IManager, IEnabled, IIdentifier, IRuntime
Inheritance
Implements
Inherited Members
Fields
World
The vector
public World World
Field Value
timeStepPhysics
The time step physics
private float timeStepPhysics
Field Value
Methods
OnAwake()
Ons the awake
public override void OnAwake()
OnInit()
Ons the init
public override void OnInit()
OnPhysicUpdate()
Ons the physic update
public override void OnPhysicUpdate()
OnUpdate()
Ons the update
public override void OnUpdate()
UnAttach(Body)
Uns the attach using the specified body
public void UnAttach(Body body)
Parameters
body
Body-
The body