Class ConditionBoolClipData
Inheritance
System.Object
ConditionBoolClipData
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()
Assembly: LeagueToolkit.Meta.Classes.dll
public class ConditionBoolClipData : ClipBaseData, IMetaClass
Properties
|
Improve this Doc
View Source
Declaration
public bool ChangeAnimationMidPlay { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public float ChildAnimDelaySwitchTime { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public bool DontStompTransitionClip { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public MetaHash FalseConditionClipName { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public bool PlayAnimChangeFromBeginning { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public bool SyncFrameOnChangeAnim { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public MetaHash TrueConditionClipName { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public IBooleanParametricUpdater Updater { get; set; }
Property Value
Implements