fbxcel_dom/v7400/object/nodeattribute/
light.rs

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