Class VfxChildParticleSetDefinitionData
Inheritance
System.Object
VfxChildParticleSetDefinitionData
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 VfxChildParticleSetDefinitionData : IMetaClass
Properties
| Improve this Doc View SourceBoneToSpawnAt
Declaration
public MetaContainer<string> BoneToSpawnAt { get; set; }
Property Value
Type | Description |
---|---|
MetaContainer<System.String> |
ChildEmitOnDeath
Declaration
public bool ChildEmitOnDeath { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ChildrenIdentifiers
Declaration
public MetaContainer<MetaEmbedded<VfxChildIdentifier>> ChildrenIdentifiers { get; set; }
Property Value
Type | Description |
---|---|
MetaContainer<MetaEmbedded<VfxChildIdentifier>> |
ChildrenProbability
Declaration
public MetaEmbedded<ValueFloat> ChildrenProbability { get; set; }
Property Value
Type | Description |
---|---|
MetaEmbedded<ValueFloat> |
ParentInheritanceDefinition
Declaration
public VfxParentInheritanceParams ParentInheritanceDefinition { get; set; }
Property Value
Type | Description |
---|---|
VfxParentInheritanceParams |