Table of Contents

Struct ModelNodeTransformation

Namespace
Stride.Rendering
Assembly
Stride.Rendering.dll
[DataContract]
public struct ModelNodeTransformation
Inherited Members

Fields

Flags

The flags of this node.

public ModelNodeFlags Flags

Field Value

ModelNodeFlags

IsScalingNegative

public bool IsScalingNegative

Field Value

bool

LocalMatrix

public Matrix LocalMatrix

Field Value

Matrix

ParentIndex

public int ParentIndex

Field Value

int

Transform

public TransformTRS Transform

Field Value

TransformTRS

WorldMatrix

public Matrix WorldMatrix

Field Value

Matrix