fbxcel-dom 0.0.10

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

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

define_object_subtype! {
    /// `NodeAttribute` node handle (null).
    NullHandle: NodeAttributeHandle
}