IArticyObject Interface

Base interface for all articy models.

Definition

Namespace: Articy.Unity.Interfaces
Assembly: ArticyRuntime (in ArticyRuntime.dll) Version: 1.3.1
C#
public interface IArticyObject : IArticyBaseObject, 
	IFlowObject, IObjectCloning, IArticyReference
Implements
IFlowObject, IArticyBaseObject, IArticyReference, IObjectCloning

Properties

TechnicalName Gets the technical name of the model

See Also