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