LowUpdateRate Class

Summary

Demonstrates how to save some performance by updating Animancer less often.
Assembly
Animancer.dll
Namespace
Animancer.Samples.FineControl
Base Types
  • MonoBehaviour
graph BT Type-->Base0["MonoBehaviour"] Type["LowUpdateRate"] class Type type-node

Syntax

[AddComponentMenu(Strings.SamplesMenuPrefix + "Fine Control - Low Update Rate")]
[AnimancerHelpUrl(typeof(LowUpdateRate))]
public class LowUpdateRate : MonoBehaviour

Remarks

Sample: Update Rate

Attributes

Type Description
AddComponentMenu
AnimancerHelpUrlAttribute [Assert-Conditional] A UnityEngine.HelpURLAttribute which points to Animancer's documentation.

Methods

Name Value Summary
OnDisable() void
OnEnable() void
Update() void