Margrete RPC

Joint

A waypoint in a ground long note (:class:Hold / :class:Slide).

A joint has timing and lane geometry plus a :attr:kind (step, control, or curve control) that determines how the long note's shape passes through it.

Attributes

attributet
= resolve_tick(t)
attributekindJointKind

The joint's kind (:class:JointKind).

Functions

func__init__(self, *, t, x, w, _id=None, kind) -> None

Create a joint.

paramself
paramtint | PositionLike

Absolute tick or :data:Position tuple.

paramxint

Left lane index.

paramwint

Width in lane units.

param_idint | None
= None
paramkindJointKindLike

Joint kind (:class:JointKind or its string form).

Returns

None

On this page