Class VfxEmissionSurfaceData
Inheritance
System.Object
VfxEmissionSurfaceData
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 VfxEmissionSurfaceData : IMetaClass
Properties
| Improve this Doc View SourceAnimationName
Declaration
public string AnimationName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
m4172815479
Declaration
public Class0x1519e8d2 m4172815479 { get; set; }
Property Value
Type | Description |
---|---|
Class0x1519e8d2 |
MaxJointWeights
Declaration
public ushort MaxJointWeights { get; set; }
Property Value
Type | Description |
---|---|
System.UInt16 |
MeshName
Declaration
public string MeshName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
MeshScale
Declaration
public float MeshScale { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
SkeletonName
Declaration
public string SkeletonName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Submeshes
Declaration
public MetaContainer<MetaHash> Submeshes { get; set; }
Property Value
Type | Description |
---|---|
MetaContainer<MetaHash> |
UseAvatarPose
Declaration
public bool UseAvatarPose { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
UseSurfaceNormalForBirthPhysics
Declaration
public bool UseSurfaceNormalForBirthPhysics { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |