Class VfxSystemDefinitionData
Inheritance
System.Object
VfxSystemDefinitionData
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 VfxSystemDefinitionData : IResource, IMetaClass
Properties
|
Improve this Doc
View Source
Declaration
public MetaContainer<MetaEmbedded<VfxAssetRemap>> AssetRemappingTable { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public int AudioParameterFlexId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Declaration
public float AudioParameterTimeScaledDuration { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public float BuildUpTime { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public byte ClockToUse { get; set; }
Property Value
Type |
Description |
System.Byte |
|
|
Improve this Doc
View Source
Declaration
public MetaContainer<VfxEmitterDefinitionData> ComplexEmitterDefinitionData { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public byte DrawingLayer { get; set; }
Property Value
Type |
Description |
System.Byte |
|
|
Improve this Doc
View Source
Declaration
public bool EyeCandy { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public ushort Flags { get; set; }
Property Value
Type |
Description |
System.UInt16 |
|
|
Improve this Doc
View Source
Declaration
public bool HudAnchorPositionFromWorldProjection { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public float HudLayerAspect { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public float HudLayerDimension { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public bool IsPoseAfterimage { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public byte m2553728391 { get; set; }
Property Value
Type |
Description |
System.Byte |
|
|
Improve this Doc
View Source
Declaration
public Class0x83456589 m2703667515 { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public Class0x7fb92f53 m4185592457 { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaContainer<MetaEmbedded<VfxMaterialOverrideDefinitionData>> MaterialOverrideDefinitions { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaOptional<float> OverrideScaleCap { get; set; }
Property Value
|
Improve this Doc
View Source
ParticleName
Declaration
public string ParticleName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
ParticlePath
Declaration
public string ParticlePath { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public bool ScaleDynamicallyWithAttachedBone { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public float SelfIllumination { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public MetaContainer<VfxEmitterDefinitionData> SimpleEmitterDefinitionData { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public string SoundOnCreateDefault { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public string SoundPersistentDefault { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public Matrix4x4 Transform { get; set; }
Property Value
Type |
Description |
System.Numerics.Matrix4x4 |
|
|
Improve this Doc
View Source
Declaration
public float VisibilityRadius { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public string VoiceOverOnCreateDefault { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public string VoiceOverPersistentDefault { get; set; }
Property Value
Type |
Description |
System.String |
|
Implements