Search Results for

    Show / Hide Table of Contents

    Class ResourceUpdateEventArgs

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

    Constructors

    ResourceUpdateEventArgs(ResourceTypeInfo, ResourceTypeValue)

    Declaration
    public ResourceUpdateEventArgs(ResourceTypeInfo resourceType, ResourceTypeValue updateValue)
    Parameters
    Type Name Description
    ResourceTypeInfo resourceType
    ResourceTypeValue updateValue

    Properties

    ResourceType

    Declaration
    public ResourceTypeInfo ResourceType { get; }
    Property Value
    Type Description
    ResourceTypeInfo

    UpdateValue

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