Search Results for

    Show / Hide Table of Contents

    Interface IFactionSlotResourceManager

    Namespace: RTSEngine.ResourceExtension
    Assembly: cs.temp.dll.dll
    Syntax
    public interface IFactionSlotResourceManager

    Properties

    ResourceHandlers

    Declaration
    IReadOnlyDictionary<ResourceTypeInfo, IFactionResourceHandler> ResourceHandlers { get; }
    Property Value
    Type Description
    System.Collections.Generic.IReadOnlyDictionary<ResourceTypeInfo, IFactionResourceHandler>

    ResourceNeedRatio

    Declaration
    float ResourceNeedRatio { get; set; }
    Property Value
    Type Description
    System.Single
    In This Article
    Back to top Unity RTS Engine Documentation