fbxcel-dom 0.0.10

FBX DOM library
Documentation
1
2
3
4
5
6
7
8
//! `NodeAttribute` object (light).

use crate::v7400::object::nodeattribute::NodeAttributeHandle;

define_object_subtype! {
    /// `NodeAttribute` node handle (light).
    LightHandle: NodeAttributeHandle
}