SF Tool Documentation
Search Results for

    Show / Hide Table of Contents

    Class AbilityController

    This is the specific controller for abilities that only players use.

    For NPC, Enemies, or Ally combatants not controlled by the Players use StateMachineBrain The AbilityController default execution order is set one past the Controller2D. This guarantees the controller is already set up it's current physic struct in case any external force is starting to change it. PhysicsVolume

    Inheritance
    System.Object
    AbilityController
    Namespace: SF.AbilityModule
    Assembly: cs.temp.dll.dll
    Syntax
    public class AbilityController : MonoBehaviour

    Fields

    Abilities

    Declaration
    public List<AbilityCore> Abilities
    Field Value
    Type Description
    List<AbilityCore>

    AbilityOwner

    Declaration
    public GameObject AbilityOwner
    Field Value
    Type Description
    GameObject
    In This Article
    Back to top Generated by DocFX