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

Search Results for

    Class GdsMapObject

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

    Properties

    | Improve this Doc View Source

    BoxMax

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

    BoxMin

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

    ExtraInfo

    Declaration
    public MetaContainer<GdsMapObjectExtraInfo> ExtraInfo { get; set; }
    Property Value
    Type Description
    MetaContainer<GdsMapObjectExtraInfo>
    | Improve this Doc View Source

    EyeCandy

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

    IgnoreCollisionOnPlacement

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

    MapObjectSkinId

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

    Type

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

    VisibilityController

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

    Implements

    IMetaClass