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