tiny.rig.Channel
Defined in tiny.rig.
API (4)
Fields and members
Public fields and members.
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
| Definitions | 1 |
|---|---|
| Public names | 1 |
| Members | 4 |
| Version | 26.7.0 |
| Revision | daab053ee433 |