Class TinyAnimationAuthoring
Inheritance
TinyAnimationAuthoring
Syntax
[NotKeyable]
[DisallowMultipleComponent]
[RequireComponent(typeof(Animator))]
public class TinyAnimationAuthoring : MonoBehaviour, IAnimationClipSource
Fields
animationClips
Declaration
public List<AnimationClip> animationClips
Field Value
patchMissingScaleIfNeeded
Declaration
[Space]
[Tooltip("An entity whose scale is (1, 1, 1) at conversion will not get any scaling components.\nBy setting this value to true, you allow the system to add the missing scaling components if the animation affects the scale of the Entity.")]
public bool patchMissingScaleIfNeeded
Field Value
playAutomatically
Declaration
[Tooltip("Should this animation start playing automatically upon creation?")]
public bool playAutomatically
Field Value
Methods
GetAnimationClips(List<AnimationClip>)
Declaration
public void GetAnimationClips(List<AnimationClip> results)
Parameters
Implements
UnityEngine.IAnimationClipSource.GetAnimationClips(System.Collections.Generic.List<UnityEngine.AnimationClip>)