Class BoxTelegraphController
Inheritance
object
UnityEngine.Object
UnityEngine.Component
UnityEngine.Behaviour
UnityEngine.MonoBehaviour
BoxTelegraphController
Assembly: Dew.Core.dll
Syntax
public class BoxTelegraphController : MonoBehaviour, IEffectComponent, IEffectWithSpeed
Fields
animateX
Declaration
public BoxTelegraphAnimType animateX
Field Value
animateXEase
Declaration
[HideLabel]
[ShowIf("@animateX != BoxTelegraphAnimType.None", true)]
public DewEase animateXEase
Field Value
animateY
Declaration
public BoxTelegraphAnimType animateY
Field Value
animateYEase
Declaration
[HideLabel]
[ShowIf("@animateY != BoxTelegraphAnimType.None", true)]
public DewEase animateYEase
Field Value
duration
Declaration
Field Value
height
Declaration
Field Value
inners
Declaration
[FoldoutGroup("References", 0)]
public SpriteRenderer[] inners
Field Value
outers
Declaration
[FoldoutGroup("References", 0)]
public SpriteRenderer[] outers
Field Value
reds
Declaration
[FoldoutGroup("References", 0)]
public SpriteRenderer[] reds
Field Value
whites
Declaration
[FoldoutGroup("References", 0)]
public SpriteRenderer[] whites
Field Value
width
Declaration
Field Value
Properties
isPlaying
Declaration
public bool isPlaying { get; }
Property Value
value
Declaration
public float value { get; set; }
Property Value
Methods
ApplySpeedMultiplier(float)
Declaration
public void ApplySpeedMultiplier(float speed)
Parameters
| Type |
Name |
Description |
| float |
speed |
|
Play()
Declaration
Stop()
Declaration
Implements
Extension Methods