IObjectWithTransformation Interface

Property interface for objects with transformations. This is used for all location objects, that can be scaled, rotated, moved etc.

Definition

Namespace: Articy.Unity.Interfaces
Assembly: ArticyRuntime (in ArticyRuntime.dll) Version: 1.3.1
C#
public interface IObjectWithTransformation

Properties

Transform Gets or sets the articy location transform.

See Also