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

Search Results for

    Class TftCutsceneCinematicBarsClip

    Inheritance
    System.Object
    TftCutsceneEntry
    TftCutsceneClip
    TftCutsceneCinematicBarsClip
    Implements
    IMetaClass
    Inherited Members
    TftCutsceneClip.Duration
    TftCutsceneEntry.Priority
    TftCutsceneEntry.TriggerTime
    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 TftCutsceneCinematicBarsClip : TftCutsceneClip, IMetaClass

    Properties

    | Improve this Doc View Source

    BlackboardAssociatedPlayers

    Declaration
    public MetaUnorderedContainer<string> BlackboardAssociatedPlayers { get; set; }
    Property Value
    Type Description
    MetaUnorderedContainer<System.String>
    | Improve this Doc View Source

    EnableLetterBox

    Declaration
    public bool EnableLetterBox { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    EnablePillarBox

    Declaration
    public bool EnablePillarBox { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    LetterBoxRatio

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

    PillarBoxRatio

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

    RatioType

    Declaration
    public uint RatioType { get; set; }
    Property Value
    Type Description
    System.UInt32

    Implements

    IMetaClass