Class RegionBoundary
Inheritance
System.Object
RegionBoundary
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 RegionBoundary : MapPlaceable, IMetaClass
Properties
|
Improve this Doc
View Source
Declaration
public RegionBoundaryConfig ConfigOverride { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public uint DrawHeight { get; set; }
Property Value
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
Declaration
public Color FillColor { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public uint GroupIndex { get; set; }
Property Value
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
Declaration
public Class0x76bc0857 InstanceParams { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public Color LineColor { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public float m178154389 { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public float Margin { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public MetaHash NavGridOverlay { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaObjectLink NavigationGroup { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public float Priority { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public uint RegionTag { get; set; }
Property Value
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
Declaration
public MetaObjectLink RenderInfo { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaUnorderedContainer<Vector3> Vertices { get; set; }
Property Value
Implements