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

Search Results for

    Class ReplayControlsViewController

    Inheritance
    System.Object
    ViewController
    ReplayControlsViewController
    Implements
    IMetaClass
    Inherited Members
    ViewController.PathHashToSelf
    ViewController.BackViewControllerLink
    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 ReplayControlsViewController : ViewController, IMetaClass

    Properties

    | Improve this Doc View Source

    BackdropFull

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

    BackdropLite

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

    BaseLoadable

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

    MessageDisplayDurationSecs

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

    MessageTextHandle

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

    Play

    Declaration
    public MetaEmbedded<ReplayControlsButton> Play { get; set; }
    Property Value
    Type Description
    MetaEmbedded<ReplayControlsButton>
    | Improve this Doc View Source

    PlaybackSpeedTextHandle

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

    Record

    Declaration
    public MetaEmbedded<ReplayControlsButton> Record { get; set; }
    Property Value
    Type Description
    MetaEmbedded<ReplayControlsButton>
    | Improve this Doc View Source

    RecordingActiveMessage

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

    RecordingCompleteToPathMessage

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

    RecordingErrorMessage

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

    ReplaySlider

    Declaration
    public MetaEmbedded<HudReplaySlider> ReplaySlider { get; set; }
    Property Value
    Type Description
    MetaEmbedded<HudReplaySlider>
    | Improve this Doc View Source

    SceneHandle

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

    SkipBack

    Declaration
    public MetaEmbedded<ReplayControlsButton> SkipBack { get; set; }
    Property Value
    Type Description
    MetaEmbedded<ReplayControlsButton>
    | Improve this Doc View Source

    SpeedDown

    Declaration
    public MetaEmbedded<ReplayControlsButton> SpeedDown { get; set; }
    Property Value
    Type Description
    MetaEmbedded<ReplayControlsButton>
    | Improve this Doc View Source

    SpeedUp

    Declaration
    public MetaEmbedded<ReplayControlsButton> SpeedUp { get; set; }
    Property Value
    Type Description
    MetaEmbedded<ReplayControlsButton>
    | Improve this Doc View Source

    TooltipHandle

    Declaration
    public MetaHash TooltipHandle { get; set; }
    Property Value
    Type Description
    MetaHash

    Implements

    IMetaClass