Defines a prototype of a Joint3D struct of type JointType3D.DistanceJoint.
More...
Defines a prototype of a Joint3D struct of type JointType3D.DistanceJoint.
◆ Materialize()
| unsafe void Quantum.Prototypes.DistanceJoint3DConfig.Materialize |
( |
FrameBase |
frame, |
|
|
ref Joint3D |
joint, |
|
|
in PrototypeMaterializationContext |
context |
|
) |
| |
|
inline |
Materializes this joint prototype into a joint instance.
- Parameters
-
| frame | The frame in which this prototype is being materialized. |
| joint | The Joint3D resultant of this materialization. |
| context | The PrototypeMaterializationContext in which this prototype is being materialized. |