DynamicUpdateRate Class

Summary

Demonstrates how to save some performance by updating Animancer at a lower frequency when the character is far away from the camera.
Assembly
Animancer.dll
Namespace
Animancer.Examples.FineControl
Base Types
  • MonoBehaviour
graph BT Type-->Base0["MonoBehaviour"] Type["DynamicUpdateRate"] class Type type-node

Syntax

[AddComponentMenu(Strings.ExamplesMenuPrefix + "Fine Control - Dynamic Update Rate")]
[HelpURL(Strings.DocsURLs.ExampleAPIDocumentation + nameof(FineControl) + "/" + nameof(DynamicUpdateRate))]
public sealed class DynamicUpdateRate : MonoBehaviour

Examples

Update Rate

Attributes

Type Description
AddComponentMenu
HelpURLAttribute