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

Search Results for

    Class UiSceneData

    Inheritance
    System.Object
    UiSceneData
    UiSceneViewPaneData
    Implements
    IMetaClass
    Inherited Members
    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 UiSceneData : IMetaClass

    Properties

    | Improve this Doc View Source

    Enabled

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

    HandleInputDuringPause

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

    InheritScissoring

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

    Layer

    Declaration
    public uint Layer { get; set; }
    Property Value
    Type Description
    System.UInt32
    | Improve this Doc View Source

    m1238954692

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

    Name

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

    ParentScene

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

    SceneTransitionIn

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

    SceneTransitionOut

    Declaration
    public SceneBaseTransitionData SceneTransitionOut { get; set; }
    Property Value
    Type Description
    SceneBaseTransitionData

    Implements

    IMetaClass