Click or drag to resize

SceneVisualPhysicsMode Property

The type of Physics being used; Volumetric, Planar or Linear. Setting this is ignored if the model is not in the Reset state or if the edition being run does not support the specified mode.

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

Property Value

Type: PhysicsMode
See Also