Class Effect
Inherited Members
Object.Destroy(Object)
Object.DestroyImmediate(Object)
Object.DestroyObject(Object)
Assembly: LobsterFramework.dll
Syntax
public abstract class Effect : ScriptableObject
Fields
|
Improve this Doc
View Source
processor
Declaration
protected EffectProcessor processor
Field Value
Properties
|
Improve this Doc
View Source
Counter_t
Declaration
public float Counter_t { get; }
Property Value
|
Improve this Doc
View Source
Duration
Declaration
public float Duration { get; }
Property Value
|
Improve this Doc
View Source
Icon
Declaration
public Sprite Icon { get; }
Property Value
Methods
|
Improve this Doc
View Source
ActivateEffect(EffectProcessor)
Declaration
public void ActivateEffect(EffectProcessor processor)
Parameters
|
Improve this Doc
View Source
OnApply()
Declaration
protected virtual void OnApply()
|
Improve this Doc
View Source
OnEffectOver()
Declaration
protected virtual void OnEffectOver()
|
Improve this Doc
View Source
OnUpdate()
Declaration
protected virtual void OnUpdate()
|
Improve this Doc
View Source
TerminateEffect()
Declaration
public void TerminateEffect()
|
Improve this Doc
View Source
Update()
Declaration
Returns