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

Search Results for

    Class MapVisibilityFlagDefinition

    Inheritance
    System.Object
    MapVisibilityFlagDefinition
    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 MapVisibilityFlagDefinition : IMetaClass

    Properties

    | Improve this Doc View Source

    BitIndex

    Declaration
    public byte BitIndex { get; set; }
    Property Value
    Type Description
    System.Byte
    | Improve this Doc View Source

    Name

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

    PublicName

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

    TransitionTime

    Declaration
    public float TransitionTime { get; set; }
    Property Value
    Type Description
    System.Single

    Implements

    IMetaClass