Table of Contents

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

World

timeStepPhysics

The time step physics

private float timeStepPhysics

Field Value

float

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

See Also