UnityEngine.AnimatorOverrideController.Internal_GetClipByName C# (CSharp) Method

Internal_GetClipByName() private method

private Internal_GetClipByName ( string name, bool returnEffectiveClip ) : AnimationClip
name string
returnEffectiveClip bool
return AnimationClip
        private extern AnimationClip Internal_GetClipByName(string name, bool returnEffectiveClip);
        [ExcludeFromDocs]