Skip to documentation
SLOP

tiny.rig.Channel

Reference tiny.rig Channel

Defined in tiny.rig.

API (4)

Fields and members

Public fields and members.

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

Source

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

zig
pub const Channel = struct {    joint: Joint,    target: Target,    /// Index of the channel's first key in the clip's `rotations` or    /// `translations`.    first: u32,    /// One for a constant channel, or the clip's frame count.    count: u32,};

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

zig
pub const Channel = clip.Channel;

Audit

Definitions1
Public names1
Members4
Version26.7.0
Revisiondaab053ee433