Class ArcTelegraphController
Inheritance
object
UnityEngine.Object
UnityEngine.Component
UnityEngine.Behaviour
UnityEngine.MonoBehaviour
ArcTelegraphController
Assembly: Dew.Core.dll
Syntax
public class ArcTelegraphController : MonoBehaviour, IEffectComponent, IEffectWithSpeed
Fields
arcAngle
Declaration
Field Value
duration
Declaration
Field Value
fillArea
Declaration
[FoldoutGroup("References", false, 0)]
public MeshRenderer fillArea
Field Value
| Type |
Description |
| UnityEngine.MeshRenderer |
|
fillBorder
Declaration
[FoldoutGroup("References", false, 0)]
public MeshRenderer fillBorder
Field Value
| Type |
Description |
| UnityEngine.MeshRenderer |
|
innerRadius
Declaration
Field Value
maxBorder
Declaration
[FoldoutGroup("References", false, 0)]
public MeshRenderer maxBorder
Field Value
| Type |
Description |
| UnityEngine.MeshRenderer |
|
outerRadius
Declaration
Field Value
whiteBorder
Declaration
[FoldoutGroup("References", false, 0)]
public MeshRenderer whiteBorder
Field Value
| Type |
Description |
| UnityEngine.MeshRenderer |
|
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