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["AtavismAbility"]-->Type click Derived0 "/docs/client_api_2019.1.0/api/Atavism/AtavismAbility" Derived1["AtavismInventoryItem"]-->Type click Derived1 "/docs/client_api_2019.1.0/api/Atavism/AtavismInventoryItem"

Syntax

public abstract class Activatable : MonoBehaviour

Fields

Name Constant Value Summary
icon
name
tooltip

Methods