Struct ModelNodeDefinition
Describes a single transformation node, usually in a Model node hierarchy.
[DataContract]
public struct ModelNodeDefinition- Inherited Members
Fields
Flags
The flags of this node.
public ModelNodeFlags FlagsField Value
Name
The name of this node.
public string NameField Value
ParentIndex
The parent node index.
public int ParentIndexField Value
Transform
The local transform.
public TransformTRS TransformField Value
Methods
ToString()
Returns the fully qualified type name of this instance.
public override string ToString()Returns
- string
- The fully qualified type name.