Class GdsMapObject
Inheritance
System.Object
GdsMapObject
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()
Assembly: LeagueToolkit.Meta.Classes.dll
public class GdsMapObject : GenericMapPlaceable, IMetaClass
Properties
|
Improve this Doc
View Source
Declaration
public Vector3 BoxMax { get; set; }
Property Value
Type |
Description |
System.Numerics.Vector3 |
|
|
Improve this Doc
View Source
Declaration
public Vector3 BoxMin { get; set; }
Property Value
Type |
Description |
System.Numerics.Vector3 |
|
|
Improve this Doc
View Source
Declaration
public MetaContainer<GdsMapObjectExtraInfo> ExtraInfo { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public bool EyeCandy { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public bool IgnoreCollisionOnPlacement { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public uint MapObjectSkinId { get; set; }
Property Value
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
Declaration
public byte Type { get; set; }
Property Value
Type |
Description |
System.Byte |
|
|
Improve this Doc
View Source
Declaration
public MetaObjectLink VisibilityController { get; set; }
Property Value
Implements