IObjectWithVertices Interface

Property interface for objects with vertices, this is used for some location objects that can have a defined shape like Zones and Paths.

Definition

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

Properties

Vertices Gets or sets the vertices.

See Also