Click or drag to resize

JointVisualGetChildRigidBodyList Method

If looking for child rigid bodies to create a joint for stop here as the joint visual is in charge of joints.

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public override void GetChildRigidBodyList(
	ArrayList rigidBodyList
)

Parameters

rigidBodyList
Type: System.CollectionsArrayList

[Missing <param name="rigidBodyList"/> documentation for "M:Demo3D.Visuals.JointVisual.GetChildRigidBodyList(System.Collections.ArrayList)"]

See Also