Interface IArea
Areas are specific regions in a room that provide additional behaviors that apply only within that region.
Inherited Members
System.Collections.Generic.IEnumerable<AGS.API.IComponent>.GetEnumerator()
System.IDisposable.Dispose()
System.ComponentModel.INotifyPropertyChanged.PropertyChanged
Namespace: AGS.API
Assembly: AGS.API.dll
Syntax
public interface IArea : IEntity, IComponentsCollection, IEnumerable<IComponent>, IEnumerable, IAreaComponent, IComponent, IDisposable, INotifyPropertyChanged