Lua API
On this page

PhysicsDescription

Inherits from

Fields:

Acceleration Vector3

read only

AnimationFrame number

read only

Autonomous boolean

read only

Bytes number[]

read only

DefaultScript number

read only

Elasticity number

read only

Friction number

read only

LocationID number

read only

MotionTableID number

read only

NumChildren number

read only

ObjectId number

read only

Omega Vector3

read only

Parent number

read only

Position Position

read only

Scale number

read only

nternal List _Children { get; } = new List(); ublic IEnumerable Children => (IEnumerable)_Children;

SetupTableID number

read only

SoundTableID number

read only

State PhysicsState

read only

Translucency number

read only

Velocity Vector3

read only

Methods:

GetPropertyKeys() : string[]

Returns a list of strings of all public property / field names. Useful for reflection on UserData in lua scripts

Returns:string[]

ToString() : string

Returns a string that represents the current object.

Returns:string