Interface ICustomPropertiesComponent
Inherited Members
System.IDisposable.Dispose()
System.ComponentModel.INotifyPropertyChanged.PropertyChanged
Namespace: AGS.API
Assembly: AGS.API.dll
Syntax
public interface ICustomPropertiesComponent : IComponent, IDisposable, INotifyPropertyChanged
Properties
| Improve this Doc View SourceProperties
Custom properties that are attached to the entity and can be used to get/set values during the game.
Declaration
ICustomProperties Properties { get; }
Property Value
Type | Description |
---|---|
ICustomProperties |