Class CinematicBarsViewController
Inheritance
System.Object
CinematicBarsViewController
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()
Assembly: LeagueToolkit.Meta.Classes.dll
public class CinematicBarsViewController : ViewController, IMetaClass
Properties
|
Improve this Doc
View Source
Declaration
public MetaObjectLink BaseLoadable { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash BottomBlackBar { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash BottomScene { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash LeftBlackBar { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash LeftScene { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash RightBlackBar { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash RightScene { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash TopBlackBar { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash TopScene { get; set; }
Property Value
Implements