Show / Hide Table of Contents

    Interface ICustomPropertiesComponent

    Inherited Members
    IComponent.Name
    IComponent.Entity
    IComponent.RegistrationType
    IComponent.Init(IEntity, Type)
    IComponent.AfterInit()
    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 Source

    Properties

    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
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX