|
Kanda Interactions 0.7.1
|
Classes | |
| class | LockAxisExtensions |
| struct | LockMovable |
| Allowing the entity's Movable to be locked in a certain LockAxis for its position and rotation. More... | |
| struct | Movable |
| Signals that an entity can be moved. By using this instead of modifying the local transform directly, motion smoothing and movement overrides can be automatically applied when applicable. More... | |
| struct | MovableInput |
| Allows clients to input data to a movable ghost. More... | |
| struct | SmoothMovable |
| When added to an entity, this applies smooth motion to the adjacent Movable. More... | |
Enumerations | |
| enum | LockAxis { None = 0 , X = 1 << 0 , Y = 1 << 1 , Z = 1 << 2 } |
| Selected axis to be locked, this can be used either in position or rotation. | |