IObjectWithPosition Interface

Property interface for objects with a position, this is used for objects on the flow. Location objects are handled via IObjectWithTransformation

Definition

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

Properties

Position Gets or sets the position.

See Also