Class VfxMaterialOverrideDefinitionData
Inheritance
System.Object
VfxMaterialOverrideDefinitionData
Implements
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()
Namespace: LeagueToolkit.Meta.Classes
Assembly: LeagueToolkit.Meta.Classes.dll
Syntax
public class VfxMaterialOverrideDefinitionData : IMetaClass
Properties
| Improve this Doc View SourceBaseTexture
Declaration
public string BaseTexture { get; set; }
Property Value
Type | Description |
---|---|
System.String |
GlossTexture
Declaration
public string GlossTexture { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Material
Declaration
public MetaObjectLink Material { get; set; }
Property Value
Type | Description |
---|---|
MetaObjectLink |
OverrideBlendMode
Declaration
public uint OverrideBlendMode { get; set; }
Property Value
Type | Description |
---|---|
System.UInt32 |
Priority
Declaration
public int Priority { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
SubMeshName
Declaration
public MetaOptional<string> SubMeshName { get; set; }
Property Value
Type | Description |
---|---|
MetaOptional<System.String> |
TransitionSample
Declaration
public float TransitionSample { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
TransitionSource
Declaration
public uint TransitionSource { get; set; }
Property Value
Type | Description |
---|---|
System.UInt32 |
TransitionTexture
Declaration
public string TransitionTexture { get; set; }
Property Value
Type | Description |
---|---|
System.String |