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)attributekindJointKindThe joint's kind (:class:JointKind).
Functions
func__init__(self, *, t, x, w, _id=None, kind) -> NoneCreate a joint.
paramselfparamtint | PositionLikeAbsolute tick or :data:Position tuple.
paramxintLeft lane index.
paramwintWidth in lane units.
param_idint | None= NoneparamkindJointKindLikeJoint kind (:class:JointKind or its string form).
Returns
None