Search Results for

    Show / Hide Table of Contents

    Class NPCTypeTargetPicker

    Inheritance
    Object
    NPCTypeTargetPicker
    Namespace: RTSEngine.NPC
    Assembly: cs.temp.dll.dll
    Syntax
    [Serializable]
    public class NPCTypeTargetPicker : TargetPicker<NPCType, List<NPCType>>

    Methods

    IsInList(NPCType)

    Is the NPCType instance defined as a valid entry.

    Declaration
    protected override bool IsInList(NPCType npcType)
    Parameters
    Type Name Description
    NPCType npcType

    NPCType instance to test.

    Returns
    Type Description
    Boolean

    True if the input NPCType instance is defined as valid entry in this target picker.

    In This Article
    Back to top Unity RTS Engine Documentation