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

Search Results for

    Class MapAudio

    Inheritance
    System.Object
    MapPlaceableBase
    MapPlaceable
    GenericMapPlaceable
    MapAudio
    Implements
    IMetaClass
    Inherited Members
    MapPlaceable.Name
    MapPlaceable.VisibilityFlags
    MapPlaceableBase.Transform
    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 MapAudio : GenericMapPlaceable, IMetaClass

    Properties

    | Improve this Doc View Source

    AudioType

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

    EventName

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

    MaxIntervalSec

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

    MinIntervalSec

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

    StartTime

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

    VisibilityController

    Declaration
    public MetaObjectLink VisibilityController { get; set; }
    Property Value
    Type Description
    MetaObjectLink

    Implements

    IMetaClass