IObjectWithSize Interface

Property interface for objects with a size, 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 IObjectWithSize

Properties

Size Gets or sets the size.

See Also