Click or drag to resize

PhysicsObjectBodyType Property

'Visual Only' is just the graphics. 'Load' will be available to load creators and be affected by gravity. 'Vehicle' is like a load but isn't transient and remains in the scene after a Reset. 'Deflector' is fixed in space and will deflect other objects. 'Sensor' is fixed in space but will fire scripts when other objects come into contact with it.

Namespace: Demo3D.Visuals
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
public PhysicsBodyType BodyType { get; set; }

Property Value

PhysicsBodyType
See Also