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

Search Results for

    Class MapClouds

    Inheritance
    System.Object
    MapComponent
    MapGraphicsFeature
    MapClouds
    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 MapClouds : MapGraphicsFeature, IMetaClass

    Properties

    | Improve this Doc View Source

    CloudShadowSunLightColor

    Declaration
    public Vector4 CloudShadowSunLightColor { get; set; }
    Property Value
    Type Description
    System.Numerics.Vector4
    | Improve this Doc View Source

    CloudsTexturePath

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

    IsEyeCandy

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

    Layers

    Declaration
    public MetaContainer<MetaEmbedded<MapCloudsLayer>> Layers { get; set; }
    Property Value
    Type Description
    MetaContainer<MetaEmbedded<MapCloudsLayer>>

    Implements

    IMetaClass