#[repr(C)]pub struct ElementCountTable {Show 35 fields
pub parts: u32,
pub deformers: u32,
pub warp_deformers: u32,
pub rotation_deformers: u32,
pub art_meshes: u32,
pub parameters: u32,
pub part_keyforms: u32,
pub warp_deformer_keyforms: u32,
pub rotation_deformer_keyforms: u32,
pub art_mesh_keyforms: u32,
pub keyform_positions: u32,
pub parameter_binding_indices: u32,
pub keyform_bindings: u32,
pub parameter_bindings: u32,
pub keys: u32,
pub uvs: u32,
pub position_indices: u32,
pub drawable_masks: u32,
pub draw_order_groups: u32,
pub draw_order_group_objects: u32,
pub glue: u32,
pub glue_info: u32,
pub glue_keyforms: u32,
pub keyform_multiply_colors: u32,
pub keyform_screen_colors: u32,
pub blend_shape_parameter_bindings: u32,
pub blend_shape_keyform_bindings: u32,
pub blend_shapes_warp_deformers: u32,
pub blend_shapes_art_meshes: u32,
pub blend_shape_constraint_indices: u32,
pub blend_shape_constraints: u32,
pub blend_shape_constraint_values: u32,
pub blend_shapes_parts: u32,
pub blend_shapes_rotation_deformers: u32,
pub blend_shapes_glue: u32,
}Fields§
§parts: u32部件数量
deformers: u32变形器数量
warp_deformers: u32变形器扭曲数量
rotation_deformers: u32旋转变形器数量
art_meshes: u32艺术网格数量
parameters: u32参数数量
part_keyforms: u32部件关键形态数量
warp_deformer_keyforms: u32扭曲变形器关键形态数量
rotation_deformer_keyforms: u32旋转变形器关键形态数量
art_mesh_keyforms: u32艺术网格关键形态数量
keyform_positions: u32关键形态位置数量
parameter_binding_indices: u32参数绑定索引数量
keyform_bindings: u32关键形态绑定数量
parameter_bindings: u32参数绑定数量
keys: u32键数量
uvs: u32UV数量
position_indices: u32位置索引数量
drawable_masks: u32可绘制掩码数量
draw_order_groups: u32绘制顺序组数量
draw_order_group_objects: u32绘制顺序组对象数量
glue: u32粘合数量
glue_info: u32粘合信息数量
glue_keyforms: u32粘合关键形态数量
keyform_multiply_colors: u32关键形态颜色(乘法)数量
keyform_screen_colors: u32关键形态颜色(屏幕)数量(隐藏)
blend_shape_parameter_bindings: u32混合形状参数绑定数量
blend_shape_keyform_bindings: u32混合形状关键形态绑定数量
blend_shapes_warp_deformers: u32混合形状(扭曲变形器)数量
blend_shapes_art_meshes: u32混合形状(艺术网格)数量(隐藏)
blend_shape_constraint_indices: u32混合形状约束索引数量
blend_shape_constraints: u32混合形状约束数量
blend_shape_constraint_values: u32混合形状约束值数量
blend_shapes_parts: u32混合形状(部件)数量
blend_shapes_rotation_deformers: u32混合形状(旋转变形器)数量
blend_shapes_glue: u32混合形状(粘合)数量
Trait Implementations§
Source§impl Clone for ElementCountTable
impl Clone for ElementCountTable
Source§fn clone(&self) -> ElementCountTable
fn clone(&self) -> ElementCountTable
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ElementCountTable
impl Debug for ElementCountTable
impl Copy for ElementCountTable
Auto Trait Implementations§
impl Freeze for ElementCountTable
impl RefUnwindSafe for ElementCountTable
impl Send for ElementCountTable
impl Sync for ElementCountTable
impl Unpin for ElementCountTable
impl UnwindSafe for ElementCountTable
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more