LowUpdateRate Class

Summary

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

Syntax

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

Examples

Update Rate

Attributes

Type Description
AddComponentMenu
HelpURLAttribute