Search Results for

    Show / Hide Table of Contents

    Class ChannelData

    Inheritance
    object
    ChannelData
    Namespace: Global
    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
    Type Description
    Channel.BlockedAction

    duration

    Declaration
    [HorizontalGroup("A", 0, 0, 0, 0)]
    [LabelText("Channel Duration")]
    public float duration
    Field Value
    Type Description
    float

    selfValidator

    Declaration
    [HideLabel]
    public AbilitySelfValidator selfValidator
    Field Value
    Type Description
    AbilitySelfValidator

    uncancellableTime

    Declaration
    [ShowIf("@duration > 0f && ((byte)(blockedActions & Channel.BlockedAction.Cancelable)) != (byte)0", true)]
    public float uncancellableTime
    Field Value
    Type Description
    float

    Methods

    Get()

    Create a channel using this data.

    Declaration
    public Channel Get()
    Returns
    Type Description
    Channel
    In This Article
    Back to top Shape of Dreams API Documentation