Show / Hide Table of Contents

Class AbstractGameplayCueImplementation

Inheritance
System.Object
AbstractGameplayCueImplementation
SpawnObjectAtTarget_GameplayCueImplementation
Namespace: GameplayAbilitySystem.GameplayCues
Assembly: Assembly-CSharp-firstpass.dll
Syntax
public abstract class AbstractGameplayCueImplementation : ScriptableObject

Methods

| Improve this Doc View Source

HandleGameplayCue(GameObject, EGameplayCueEventTypes, GameplayCueParameters)

Declaration
public abstract void HandleGameplayCue(GameObject Target, EGameplayCueEventTypes EventType, GameplayCueParameters Parameters)
Parameters
Type Name Description
GameObject Target
EGameplayCueEventTypes EventType
GameplayCueParameters Parameters
  • Improve this Doc
  • View Source
Back to top Generated by DocFX