Activatable Class

Summary

Abstract class used by classes such as Ability and Item that are activatable by the player.
Namespace
Atavism
Base Types
  • MonoBehaviour
Derived Types
graph BT Type-->Base0["MonoBehaviour"] Type["Activatable"] class Type type-node Derived0["AtavismInventoryItem"]-->Type click Derived0 "/docs/client_api_10.1.0/api/Atavism/AtavismInventoryItem" Derived1["AtavismAbility"]-->Type click Derived1 "/docs/client_api_10.1.0/api/Atavism/AtavismAbility"

Syntax

public abstract class Activatable : MonoBehaviour

Fields

Name Constant Value Summary
icon
name
tooltip

Methods