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
Position
public Vector3 Position { get; set; }
Property Value
TransformDirty
public bool TransformDirty { readonly get; set; }