Quantum 3
3.0.14
Defines a prototype of a Joint3D struct of type JointType3D.HingeJoint. More...
Public Member Functions | |
| Joint3D | CreateJoint (FrameBase f) |
| Joint3D | CreateJoint (FrameBase f, EntityRef jointEntityRef, EntityRef connectedAnchorEntityRef=default) |
| unsafe void | Materialize (FrameBase frame, ref Joint3D joint, EntityRef jointEntityRef, EntityRef connectedAnchorEntityRef) |
| void | Materialize (FrameBase frame, ref Joint3D joint, in PrototypeMaterializationContext context) |
| Materializes this joint prototype into a joint instance. More... | |
Public Attributes | |
| FPVector3 | Anchor |
| FPVector3 | Axis |
| FPVector3 | ConnectedAnchor |
| MapEntityId | ConnectedEntity |
| FP | LowerAngle |
| NullableFP | MaxMotorTorque |
| FP | MotorSpeed |
| bool | StartDisabled = false |
| FP | UpperAngle |
| bool | UseAngleLimits = false |
| bool | UseMotor = false |
| Int32 | UserTag |
Defines a prototype of a Joint3D struct of type JointType3D.HingeJoint.
|
inline |
Materializes this joint prototype into a joint instance.
| 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. |