IHasTransformΒΆ

interface IHasTransform

An interface which indicates that an object has a transform associated with it.

readonly Protogame.ITransform Transform

The local transform of this object.

readonly Protogame.IFinalTransform FinalTransform

The final transform of this object.

If you’re implementing this property, you probably want to use M:Protogame.HasTransformExtensions.GetAttachedFinalTransformImplementation(Protogame.IHasTransform,Protoinject.INode) or M:Protogame.HasTransformExtensions.GetDetachedFinalTransformImplementation(Protogame.IHasTransform).