Table of Contents

Struct ModelNodeDefinition

Namespace
Stride.Rendering
Assembly
Stride.Rendering.dll

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

ModelNodeFlags

Name

The name of this node.

public string Name

Field Value

string

ParentIndex

The parent node index.

public int ParentIndex

Field Value

int

Transform

The local transform.

public TransformTRS Transform

Field Value

TransformTRS

Methods

ToString()

Returns the fully qualified type name of this instance.

public override string ToString()

Returns

string

The fully qualified type name.