Show / Hide Table of Contents

Class SpawnObjectAtTarget_GameplayCueImplementation

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

Fields

| Improve this Doc View Source

DestroyInSeconds

Declaration
public float DestroyInSeconds
Field Value
Type Description
System.Single
| Improve this Doc View Source

ObjectToSpawn

Declaration
public GameObject ObjectToSpawn
Field Value
Type Description
GameObject
| Improve this Doc View Source

Position

Declaration
public Vector3 Position
Field Value
Type Description
Vector3
| Improve this Doc View Source

Rotation

Declaration
public Quaternion Rotation
Field Value
Type Description
Quaternion
| Improve this Doc View Source

Scale

Declaration
public Vector3 Scale
Field Value
Type Description
Vector3

Methods

| Improve this Doc View Source

HandleGameplayCue(GameObject, EGameplayCueEventTypes, GameplayCueParameters)

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