Constant MAX_CHILD_TRANSFORMS
pub const MAX_CHILD_TRANSFORMS: i32 = 64;
Expand description
A maximum of 64 child transforms is enough for the expected usage of these APIs. Callers may
beyond this limit using [AddChild
].
pub const MAX_CHILD_TRANSFORMS: i32 = 64;
A maximum of 64 child transforms is enough for the expected usage of these APIs. Callers may
beyond this limit using [AddChild
].