Class VfxReflectionDefinitionData
Inheritance
System.Object
VfxReflectionDefinitionData
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 VfxReflectionDefinitionData : IMetaClass
Properties
| Improve this Doc View SourceFresnel
Declaration
public float Fresnel { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
FresnelColor
Declaration
public Vector4 FresnelColor { get; set; }
Property Value
Type | Description |
---|---|
System.Numerics.Vector4 |
ReflectionFresnel
Declaration
public float ReflectionFresnel { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
ReflectionFresnelColor
Declaration
public Vector4 ReflectionFresnelColor { get; set; }
Property Value
Type | Description |
---|---|
System.Numerics.Vector4 |
ReflectionMapTexture
Declaration
public string ReflectionMapTexture { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ReflectionOpacityDirect
Declaration
public float ReflectionOpacityDirect { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
ReflectionOpacityGlancing
Declaration
public float ReflectionOpacityGlancing { get; set; }
Property Value
Type | Description |
---|---|
System.Single |