Class StateAnimTransitionData
Inheritance
System.Object
StateAnimTransitionData
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 StateAnimTransitionData : IMetaClass
Properties
| Improve this Doc View SourceBlend
Declaration
public bool Blend { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
CanTransitionMidPlay
Declaration
public bool CanTransitionMidPlay { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Condition
Declaration
public ILogicBoolDriver Condition { get; set; }
Property Value
Type | Description |
---|---|
ILogicBoolDriver |
DontStompTransitionClip
Declaration
public bool DontStompTransitionClip { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
PauseOnEnd
Declaration
public bool PauseOnEnd { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
PlayAnimChangeFromBeginning
Declaration
public bool PlayAnimChangeFromBeginning { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
SyncFrameOnChangeAnim
Declaration
public bool SyncFrameOnChangeAnim { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
TargetClipName
Declaration
public MetaHash TargetClipName { get; set; }
Property Value
Type | Description |
---|---|
MetaHash |
TransitionDelaySwitchTime
Declaration
public float TransitionDelaySwitchTime { get; set; }
Property Value
Type | Description |
---|---|
System.Single |