Class ChannelData
Inheritance
object
ChannelData
Assembly: Dew.Core.dll
Syntax
[Serializable]
public class ChannelData
Fields
blockedActions
Declaration
[HorizontalGroup("A", 0, 0, 0, 0)]
[HideLabel]
[DisableIf("@duration <= 0f")]
public Channel.BlockedAction blockedActions
Field Value
duration
Declaration
[HorizontalGroup("A", 0, 0, 0, 0)]
[LabelText("Channel Duration")]
public float duration
Field Value
selfValidator
Declaration
[HideLabel]
public AbilitySelfValidator selfValidator
Field Value
uncancellableTime
Declaration
[ShowIf("@duration > 0f && ((byte)(blockedActions & Channel.BlockedAction.Cancelable)) != (byte)0", true)]
public float uncancellableTime
Field Value
Methods
Get()
Create a channel using this data.
Declaration
Returns