Class SoundEventData
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 SoundEventData : BaseEventData, IMetaClass
Properties
| Improve this Doc View SourceConditionClipTransitionType
Declaration
public ushort ConditionClipTransitionType { get; set; }
Property Value
Type | Description |
---|---|
System.UInt16 |
IsKillEvent
Declaration
public bool IsKillEvent { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsLoop
Declaration
public bool IsLoop { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
SkipIfPastEndFrame
Declaration
public bool SkipIfPastEndFrame { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
SoundName
Declaration
public string SoundName { get; set; }
Property Value
Type | Description |
---|---|
System.String |