Quantum 3
3.0.13
Defines a prototype of a Joint struct of type JointType.HingeJoint. More...
Public Member Functions | |
| Joint | CreateJoint (FrameBase f) |
| Joint | CreateJoint (FrameBase f, EntityRef jointEntityRef, EntityRef connectedAnchorEntityRef=default) |
| void | Materialize (FrameBase frame, ref Joint joint, EntityRef jointEntityRef, EntityRef connectedAnchorEntityRef) |
| void | Materialize (FrameBase frame, ref Joint joint, in PrototypeMaterializationContext context) |
| Materializes this joint prototype into a joint instance. More... | |
Public Attributes | |
| FPVector2 | Anchor |
| FPVector2 | 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 Joint struct of type JointType.HingeJoint.
|
inline |
Materializes this joint prototype into a joint instance.
| frame | The frame in which this prototype is being materialized. |
| joint | The Joint resultant of this materialization. |
| context | The PrototypeMaterializationContext in which this prototype is being materialized. |