fbxcel_dom/v7400/object/nodeattribute/
camera.rs

1//! `NodeAttribute` object (camera).
2
3use crate::v7400::object::nodeattribute::NodeAttributeHandle;
4
5define_object_subtype! {
6    /// `NodeAttribute` node handle (camera).
7    CameraHandle: NodeAttributeHandle
8}