IObjectWithZIndex Interface

Property interface for objects with a z index, 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 IObjectWithZIndex

Properties

ZIndex Gets or sets the z index.

See Also