Search Results for

    Show / Hide Table of Contents

    Class ChargingChannelData

    Inheritance
    object
    ChargingChannelData
    Namespace: Global
    Assembly: Dew.Core.dll
    Syntax
    [Serializable]
    public class ChargingChannelData

    Fields

    angleSpeedLimit

    Declaration
    [ShowIf("@castMethod.type == CastMethodType.Cone || castMethod.type == CastMethodType.Arrow", true)]
    public float angleSpeedLimit
    Field Value
    Type Description
    float

    canCancel

    Declaration
    [ToggleLeft]
    public bool canCancel
    Field Value
    Type Description
    bool

    cancelAnim

    Declaration
    public DewAnimationClip cancelAnim
    Field Value
    Type Description
    DewAnimationClip

    cancelEffect

    Declaration
    public GameObject cancelEffect
    Field Value
    Type Description
    UnityEngine.GameObject

    canMove

    Declaration
    [ToggleLeft]
    public bool canMove
    Field Value
    Type Description
    bool

    castAnim

    Declaration
    public DewAnimationClip castAnim
    Field Value
    Type Description
    DewAnimationClip

    castDazeDuration

    Declaration
    public float castDazeDuration
    Field Value
    Type Description
    float

    castEffect

    Declaration
    public GameObject castEffect
    Field Value
    Type Description
    UnityEngine.GameObject

    castMethod

    Declaration
    [HideLabel]
    public CastMethodData castMethod
    Field Value
    Type Description
    CastMethodData

    castOnButtonRelease

    Declaration
    [ToggleLeft]
    public bool castOnButtonRelease
    Field Value
    Type Description
    bool

    chargeAnim

    Declaration
    public DewAnimationClip chargeAnim
    Field Value
    Type Description
    DewAnimationClip

    chargeEffect

    Declaration
    public GameObject chargeEffect
    Field Value
    Type Description
    UnityEngine.GameObject

    chargeFullAnim

    Declaration
    public DewAnimationClip chargeFullAnim
    Field Value
    Type Description
    DewAnimationClip

    chargeFullDuration

    Declaration
    public float chargeFullDuration
    Field Value
    Type Description
    float

    chargeFullEffect

    Declaration
    public GameObject chargeFullEffect
    Field Value
    Type Description
    UnityEngine.GameObject

    completeAnim

    Declaration
    public DewAnimationClip completeAnim
    Field Value
    Type Description
    DewAnimationClip

    completeDazeDuration

    Declaration
    public float completeDazeDuration
    Field Value
    Type Description
    float

    completeDuration

    Declaration
    public float completeDuration
    Field Value
    Type Description
    float

    completeEffect

    Declaration
    public GameObject completeEffect
    Field Value
    Type Description
    UnityEngine.GameObject

    completeWhenCast

    Declaration
    [ToggleLeft]
    public bool completeWhenCast
    Field Value
    Type Description
    bool

    rotateForwardOverrideRoationTime

    Declaration
    public float rotateForwardOverrideRoationTime
    Field Value
    Type Description
    float

    rotateForwardWhenCast

    Declaration
    [ToggleLeft]
    public bool rotateForwardWhenCast
    Field Value
    Type Description
    bool

    rotateForwardWhenCharging

    Declaration
    [ToggleLeft]
    public bool rotateForwardWhenCharging
    Field Value
    Type Description
    bool

    rotateForwardWhenComplete

    Declaration
    [ToggleLeft]
    public bool rotateForwardWhenComplete
    Field Value
    Type Description
    bool

    selfSlowAmount

    Declaration
    [ShowIf("canMove", true)]
    public float selfSlowAmount
    Field Value
    Type Description
    float

    selfValidator

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

    setFillAmount

    Declaration
    [ToggleLeft]
    public bool setFillAmount
    Field Value
    Type Description
    bool

    showCastIndicator

    Declaration
    [ToggleLeft]
    public bool showCastIndicator
    Field Value
    Type Description
    bool

    showOnScreenTimer

    Declaration
    [ToggleLeft]
    public bool showOnScreenTimer
    Field Value
    Type Description
    bool

    targetValidator

    Declaration
    [HideLabel]
    public AbilityTargetValidator targetValidator
    Field Value
    Type Description
    AbilityTargetValidator

    Methods

    Get(Actor)

    Create charging channel with clone of this data.

    You can modify the data in the created channel.

    Declaration
    public ChargingChannel Get(Actor effectParent)
    Parameters
    Type Name Description
    Actor effectParent
    Returns
    Type Description
    ChargingChannel
    In This Article
    Back to top Shape of Dreams API Documentation