Class VfxAlphaErosionDefinitionData
Inheritance
System.Object
VfxAlphaErosionDefinitionData
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 VfxAlphaErosionDefinitionData : IMetaClass
Properties
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<ValueFloat> ErosionDriveCurve { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public byte ErosionDriveSource { get; set; }
Property Value
Type |
Description |
System.Byte |
|
|
Improve this Doc
View Source
Declaration
public float ErosionFeatherIn { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public float ErosionFeatherOut { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public byte ErosionMapAddressMode { get; set; }
Property Value
Type |
Description |
System.Byte |
|
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<ValueColor> ErosionMapChannelMixer { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public string ErosionMapName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public float ErosionSliceWidth { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<ValueFloat> LingerErosionDriveCurve { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public bool UseLingerErosionDriveCurve { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Implements