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

Search Results for

    Class MapCubemapProbe

    Inheritance
    System.Object
    MapPlaceableBase
    MapPlaceable
    MapCubemapProbe
    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 MapCubemapProbe : MapPlaceable, IMetaClass

    Properties

    | Improve this Doc View Source

    CubemapProbeGroup

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

    CubemapProbePath

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

    CubemapProbeScale

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

    CubemapRegion

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

    VisibilityController

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

    Implements

    IMetaClass