Class TinyAnimationScalePatcher
Inherited Members
UnityEngine.Object.FindObjectsOfType<T>(System.Boolean)
UnityEngine.Object.FindObjectOfType<T>(System.Boolean)
Namespace: Unity.Tiny.Animation
Syntax
[NotKeyable]
[DisallowMultipleComponent]
[RequireComponent(typeof(Animation))]
public class TinyAnimationScalePatcher : MonoBehaviour
Fields
disableScalePatching
Declaration
[Tooltip("An entity whose scale is (1, 1, 1) at conversion will not get any scaling components. Tiny Animation will add it automatically if needed.\nBy setting this value to true, you explicitly prevent the system from adding the missing components even if they are part of the animation.\nNote that omitting this component is equivalent to setting this value to false.")]
public bool disableScalePatching
Field Value
Type | Description |
---|---|
Boolean |