Search Results for

    Show / Hide Table of Contents

    Class EntityComponentUpgradeEventArgs

    Inheritance
    Object
    System.EventArgs
    EntityComponentUpgradeEventArgs
    Namespace: RTSEngine.Event
    Assembly: cs.temp.dll.dll
    Syntax
    public class EntityComponentUpgradeEventArgs : EventArgs

    Constructors

    EntityComponentUpgradeEventArgs(IEntityComponent, IEntityComponent)

    Declaration
    public EntityComponentUpgradeEventArgs(IEntityComponent sourceComp, IEntityComponent targetComp)
    Parameters
    Type Name Description
    IEntityComponent sourceComp
    IEntityComponent targetComp

    Properties

    SourceComp

    Declaration
    public IEntityComponent SourceComp { get; }
    Property Value
    Type Description
    IEntityComponent

    TargetComp

    Declaration
    public IEntityComponent TargetComp { get; }
    Property Value
    Type Description
    IEntityComponent
    In This Article
    Back to top Unity RTS Engine Documentation