League Toolkit League Toolkit
League Toolkit League Toolkit
DocFX + Singulink = ♥

Search Results for

    Class MapActionPlayPostEffect

    Inheritance
    System.Object
    MapAction
    MapActionPlayPostEffect
    Implements
    IMetaClass
    Inherited Members
    MapAction.StartTime
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: LeagueToolkit.Meta.Classes
    Assembly: LeagueToolkit.Meta.Classes.dll
    Syntax
    public class MapActionPlayPostEffect : MapAction, IMetaClass

    Properties

    | Improve this Doc View Source

    BlendInTime

    Declaration
    public float BlendInTime { get; set; }
    Property Value
    Type Description
    System.Single
    | Improve this Doc View Source

    BlendOutTime

    Declaration
    public float BlendOutTime { get; set; }
    Property Value
    Type Description
    System.Single
    | Improve this Doc View Source

    Duration

    Declaration
    public float Duration { get; set; }
    Property Value
    Type Description
    System.Single
    | Improve this Doc View Source

    PostFxMaterial

    Declaration
    public MetaObjectLink PostFxMaterial { get; set; }
    Property Value
    Type Description
    MetaObjectLink
    | Improve this Doc View Source

    Priority

    Declaration
    public byte Priority { get; set; }
    Property Value
    Type Description
    System.Byte

    Implements

    IMetaClass