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

Search Results for

    Class BattleBunnyMissFortuneViewController

    Inheritance
    System.Object
    ViewController
    BattleBunnyMissFortuneViewController
    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 BattleBunnyMissFortuneViewController : ViewController, IMetaClass

    Properties

    | Improve this Doc View Source

    BunnyElementOffStates

    Declaration
    public MetaContainer<MetaHash> BunnyElementOffStates { get; set; }
    Property Value
    Type Description
    MetaContainer<MetaHash>
    | Improve this Doc View Source

    BunnyElementOnStates

    Declaration
    public MetaContainer<MetaHash> BunnyElementOnStates { get; set; }
    Property Value
    Type Description
    MetaContainer<MetaHash>
    | Improve this Doc View Source

    EyeCandy

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

    Loadable

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

    Scene

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

    TransitionOffState

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

    TransitionOnState

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

    Implements

    IMetaClass