-
Notifications
You must be signed in to change notification settings - Fork 16
AssembleType
Tommo J. Phillips edited this page Oct 22, 2023
·
2 revisions
Namespace: TommoJProductions.ModApi.Attachable
Represents supported assemble types.
public enum AssembleTypeInheritance Object → ValueType → Enum → AssembleType
Implements IComparable, IFormattable, IConvertible
| Name | Value | Description |
|---|---|---|
| static_rigidbodyDelete | 0 | Represents a static assembly via, deleting parts rigidbody. |
| static_rigidibodySetKinematic | 1 | Represents a static assembly via, setting the parts rigidbody to kinematic. |
| joint | 2 | Represents a fixed joint assembly via, adding a fixed joint to connect two rigidbodies together. |