Click or drag to resize

SceneVisualPhysicsMode Property

Property Value

Type: PhysicsMode
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: 10.0.0.6737
Syntax
C#
public PhysicsMode PhysicsMode { get; set; }

Property Value

Type: PhysicsMode
See Also