20 lines
418 B
C#
20 lines
418 B
C#
using System;
|
|
using System.Runtime.CompilerServices;
|
|
using UnityEngine.Scripting;
|
|
|
|
namespace UnityEngine
|
|
{
|
|
// Token: 0x0200022B RID: 555
|
|
public class RuntimeAnimatorController : Object
|
|
{
|
|
// Token: 0x170008D9 RID: 2265
|
|
// (get) Token: 0x0600264E RID: 9806
|
|
public extern AnimationClip[] animationClips
|
|
{
|
|
[GeneratedByOldBindingsGenerator]
|
|
[MethodImpl(MethodImplOptions.InternalCall)]
|
|
get;
|
|
}
|
|
}
|
|
}
|