Class SpawnObjectAtTarget_GameplayCueImplementation
Inheritance
System.Object
SpawnObjectAtTarget_GameplayCueImplementation
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
Field Value
|
Improve this Doc
View Source
Rotation
Declaration
public Quaternion Rotation
Field Value
| Type |
Description |
| Quaternion |
|
|
Improve this Doc
View Source
Scale
Declaration
Field Value
Methods
|
Improve this Doc
View Source
HandleGameplayCue(GameObject, EGameplayCueEventTypes, GameplayCueParameters)
Declaration
public override void HandleGameplayCue(GameObject Target, EGameplayCueEventTypes EventType, GameplayCueParameters Parameters)
Parameters
Overrides