Table of Contents

Class PhysicsLogic

Namespace
Alis.Core.Physic.Common.PhysicsLogic
Assembly
Alis.dll

The physics logic class

public abstract class PhysicsLogic : FilterData

Inheritance

Derived

Inherited Members

Constructors

PhysicsLogic(World)

Initializes a new instance of the Alis.Core.Physic.Common.PhysicsLogic.PhysicsLogic class

public PhysicsLogic(World world)

Parameters

world World

The world

Fields

ControllerCategory

The cat 01

public ControllerCategory ControllerCategory

Field Value

ControllerCategory

Properties

World

Gets or sets the value of the world

public World World { get; internal set; }

Property Value

World

Methods

IsActiveOn(Body)

Describes whether this instance is active on

public override bool IsActiveOn(Body body)

Parameters

body Body

The body

Returns

bool

The bool

See Also