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

Search Results for

    Class MapProjectedTexture

    Inheritance
    System.Object
    MapPlaceableBase
    MapPlaceable
    MapFrustum
    MapProjectedTexture
    MapSpotlightBase
    Implements
    IMetaClass
    Inherited Members
    MapFrustum.OrthoHeight
    MapFrustum.Near
    MapFrustum.Aspect
    MapFrustum.Fov
    MapFrustum.Far
    MapFrustum.Orthographic
    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 MapProjectedTexture : MapFrustum, IMetaClass

    Properties

    | Improve this Doc View Source

    AdditionalTextures

    Declaration
    public Dictionary<uint, string> AdditionalTextures { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.Dictionary<System.UInt32, System.String>
    | Improve this Doc View Source

    FalloffTexture

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

    ProjectedTexture

    Declaration
    public string ProjectedTexture { get; set; }
    Property Value
    Type Description
    System.String

    Implements

    IMetaClass