Interface ITransformable

Namespace
Elegy.Common.Interfaces
Assembly
Elegy.Common.dll

A thing containing a transformation matrix.

public interface ITransformable

Properties

Transform

Transformation matrix of the object.

Matrix4x4 Transform { get; set; }

Property Value

Matrix4x4