Class MapParticle
Inheritance
System.Object
MapParticle
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
Syntax
public class MapParticle : MapPlaceable, IMetaClass
Properties
|
Improve this Doc
View Source
AllDimensions
Declaration
public bool AllDimensions { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
ColorModulate
Declaration
public Vector4 ColorModulate { get; set; }
Property Value
Type |
Description |
System.Numerics.Vector4 |
|
|
Improve this Doc
View Source
EyeCandy
Declaration
public bool EyeCandy { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
GroupName
Declaration
public string GroupName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Quality
Declaration
public int Quality { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
StartDisabled
Declaration
public bool StartDisabled { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
System
Declaration
public MetaObjectLink System { get; set; }
Property Value
|
Improve this Doc
View Source
TextureOverride
Declaration
public Class0x3e265091 TextureOverride { get; set; }
Property Value
|
Improve this Doc
View Source
Transitional
Declaration
public bool Transitional { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
VisibilityController
Declaration
public MetaObjectLink VisibilityController { get; set; }
Property Value
|
Improve this Doc
View Source
VisibilityMode
Declaration
public uint VisibilityMode { get; set; }
Property Value
Type |
Description |
System.UInt32 |
|
Implements