Class GdsMapObjectAnimationInfo
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 GdsMapObjectAnimationInfo : GdsMapObjectExtraInfo, IMetaClass
Properties
| Improve this Doc View SourceDefaultAnimation
Declaration
public string DefaultAnimation { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DestroyOnCompletion
Declaration
public bool DestroyOnCompletion { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Duration
Declaration
public float Duration { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
Looping
Declaration
public bool Looping { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |