Click or drag to resize

ChainTransferVisualCreatePhysics Method (Boolean, Boolean)

[Missing <summary> documentation for "M:Demo3D.Visuals.ChainTransferVisual.CreatePhysics(System.Boolean,System.Boolean)"]

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public void CreatePhysics(
	bool forceStaticBody,
	bool preserveJoint
)

Parameters

forceStaticBody
Type: SystemBoolean

[Missing <param name="forceStaticBody"/> documentation for "M:Demo3D.Visuals.ChainTransferVisual.CreatePhysics(System.Boolean,System.Boolean)"]

preserveJoint
Type: SystemBoolean

[Missing <param name="preserveJoint"/> documentation for "M:Demo3D.Visuals.ChainTransferVisual.CreatePhysics(System.Boolean,System.Boolean)"]

See Also