Skip to documentation
SLOP

tiny.rig.PartChannel

Reference tiny.rig PartChannel

Defined in tiny.rig.

API (3)

Fields and members

Public fields and members.

No direct callersNo direct callstiny.rigPartChannel
Static calls · unresolved targets: unknown · external targets: unknown.

Source

Source: fun/rig/src/clip.zig:45

zig
pub const PartChannel = struct {    slot: u16,    /// Index of the channel's first key in the clip's `choices`.    first: u32,    /// One for a constant channel, or the clip's frame count.    count: u32,};

Source: fun/rig/src/root.zig:38

zig
pub const PartChannel = clip.PartChannel;

Audit

Definitions1
Public names1
Members3
Version26.7.0
Revisiondaab053ee433