ModelNodeDefinition Struct
Namespace: Stride.RenderingAssembly: Stride.Rendering.dll
Describes a single transformation node, usually in a Model node hierarchy.
[DataContract]
public struct ModelNodeDefinition
Name | Description | |
---|---|---|
Fields | ||
Flags | The flags of this node. |
|
Name | The name of this node. |
|
ParentIndex | The parent node index. |
|
Transform | The local transform. |
|
Methods | ||
ToString() |
Fields
Flags
The flags of this node.
public ModelNodeFlags Flags
Field Value
Type | Description |
---|---|
ModelNodeFlags |
Name
The name of this node.
public string Name
Field Value
Type | Description |
---|---|
System.String |
ParentIndex
The parent node index.
public int ParentIndex
Field Value
Type | Description |
---|---|
System.Int32 |
Transform
The local transform.
public TransformTRS Transform
Field Value
Type | Description |
---|---|
TransformTRS |
Methods
ToString()
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.ValueType.ToString()
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()