45 lines
1.0 KiB
Plaintext
45 lines
1.0 KiB
Plaintext
URL: https://wiki.studiominus.nl/internalReference/ExcaliburBehaviour.html
|
|
Title: People Playground Modding - ExcaliburBehaviour
|
|
==================================================
|
|
|
|
public class ExcaliburBehaviour
|
|
Inherits MonoBehaviour, Messages.IUse, Messages.ILodged
|
|
No description provided
|
|
Fields
|
|
public GameObject FireBallPrefab
|
|
[SkipSerialisation]
|
|
No description provided
|
|
|
|
public Transform SpawnPoint
|
|
[SkipSerialisation]
|
|
No description provided
|
|
|
|
public float SpellForce
|
|
[SkipSerialisation]
|
|
No description provided
|
|
|
|
public Transform SpellChargeGlow
|
|
[Space] [SkipSerialisation]
|
|
No description provided
|
|
|
|
public ParticleSystem SpellChargeParticleSystem
|
|
[SkipSerialisation]
|
|
No description provided
|
|
|
|
public AnimationCurve SpellChargeCurve
|
|
[SkipSerialisation]
|
|
No description provided
|
|
|
|
public AudioSource ChargeAudioSource
|
|
[SkipSerialisation]
|
|
No description provided
|
|
|
|
Methods
|
|
public void Use(ActivationPropagation prop)
|
|
No description provided
|
|
|
|
public void Update()
|
|
No description provided
|
|
|
|
public void Lodged(Stabbing stabbing)
|
|
No description provided |