tiny.rig.SkeletonError
Defined in tiny.rig.
API (2)
Fields and members
Public fields and members.
Source
Source: fun/rig/src/skeleton.zig:22
zig
pub const Error = error{ /// The parent and rest slices differ in length, or exceed `max_joints`. InvalidLength, /// A parent does not precede its child. InvalidParent,};Source: fun/rig/src/root.zig:34
zig
pub const SkeletonError = skeleton.Error;Audit
| Definitions | 1 |
|---|---|
| Public names | 1 |
| Members | 2 |
| Version | 26.7.0 |
| Revision | daab053ee433 |