Class TftCutsceneAnimClip
Inheritance
System.Object
TftCutsceneAnimClip
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 TftCutsceneAnimClip : TftCutsceneClip, IMetaClass
Properties
|
Improve this Doc
View Source
Declaration
public string Animation { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public string BlackboardGameObjectName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public string BlackboardWorldTransformName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public bool Blend { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public bool Loop { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public bool m1441483463 { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public bool PauseOnEnd { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
PostStartModifiers
Declaration
public MetaUnorderedContainer<TftAnimClipModifier> PostStartModifiers { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaUnorderedContainer<MetaEmbedded<TftCutsceneReportBone>> ReportBone { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public float SpeedRatio { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public bool StartPaused { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public float StartSkipToTime { get; set; }
Property Value
Type |
Description |
System.Single |
|
Implements