Search Results for

    Show / Hide Table of Contents

    Class NPCType

    Inheritance
    Object
    RTSEngineScriptableObject
    NPCType
    Namespace: RTSEngine.NPC
    Assembly: cs.temp.dll.dll
    Syntax
    public class NPCType : RTSEngineScriptableObject

    Properties

    Key

    Declaration
    public override string Key { get; }
    Property Value
    Type Description
    String
    Overrides
    RTSEngineScriptableObject.Key

    Name

    Declaration
    public string Name { get; }
    Property Value
    Type Description
    String

    Methods

    GetNPCManagerPrefab(FactionTypeInfo)

    Declaration
    public INPCManager GetNPCManagerPrefab(FactionTypeInfo factionType)
    Parameters
    Type Name Description
    FactionTypeInfo factionType
    Returns
    Type Description
    INPCManager
    In This Article
    Back to top Unity RTS Engine Documentation