Struct Transform

Namespace
Game.Shared.Components
Assembly
Game.dll
public struct Transform
Inherited Members

Constructors

Transform()

public Transform()

Properties

Orientation

public Quaternion Orientation { get; set; }

Property Value

Quaternion

Position

public Vector3 Position { get; set; }

Property Value

Vector3

TransformDirty

public bool TransformDirty { readonly get; set; }

Property Value

bool