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 Flags
Field Value
Name
The name of this node.
public string Name
Field Value
ParentIndex
The parent node index.
public int ParentIndex
Field Value
Transform
The local transform.
public TransformTRS Transform
Field Value
Methods
ToString()
Returns the fully qualified type name of this instance.
public override string ToString()
Returns
- string
The fully qualified type name.