RTS Selection System
  • Getting Started
    • Overview
    • Installation
    • Demo
  • Integration
    • ISelectable Interface
    • ISelectable Implementation Example
    • Selection System On/Off
  • Customization
    • Shortcuts
    • Selection Box
    • Selection Indicator
  • Extra Customization
    • Overview
    • SelectionInputHandler.cs
    • GroupSelectionInputHandler.cs
    • ASelectableDetector.cs
    • ASelectablesDetector.cs
    • AFocusGroupHandler.cs
  • API
    • SelectionManager.cs
    • GroupSelectionManager.cs
Powered by GitBook
On this page
  1. Extra Customization

Overview

Extra Customization is a section for completely changing or fine-tuning the selection system. Therefore, it is not necessary for most users.

Define a new class inheriting from the existing base class, override the methods or properties you want to redefine. Replace the existing component with the new component in the scene. and reinstall.

PreviousSelection IndicatorNextSelectionInputHandler.cs

Last updated 4 months ago