ModelNodeTransformation Struct
Namespace: Stride.RenderingAssembly: Stride.Rendering.dll
[DataContract]
public struct ModelNodeTransformation
Name | Description | |
---|---|---|
Fields | ||
Flags | The flags of this node. |
|
IsScalingNegative | ||
LocalMatrix | ||
ParentIndex | ||
Transform | ||
WorldMatrix |
Fields
Flags
The flags of this node.
public ModelNodeFlags Flags
Field Value
Type | Description |
---|---|
ModelNodeFlags |
IsScalingNegative
public bool IsScalingNegative
Field Value
Type | Description |
---|---|
System.Boolean |
LocalMatrix
public Matrix LocalMatrix
Field Value
Type | Description |
---|---|
Matrix |
ParentIndex
public int ParentIndex
Field Value
Type | Description |
---|---|
System.Int32 |
Transform
public TransformTRS Transform
Field Value
Type | Description |
---|---|
TransformTRS |
WorldMatrix
public Matrix WorldMatrix
Field Value
Type | Description |
---|---|
Matrix |
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()