ScreenBoundsTeleporter Class

Summary

A simple trigger that teleports anything exiting it over to the left.
Assembly
Animancer.dll
Namespace
Animancer.Examples.Locomotion
Base Types
  • MonoBehaviour
graph BT Type-->Base0["MonoBehaviour"] Type["ScreenBoundsTeleporter"] class Type type-node

Syntax

[AddComponentMenu(Strings.ExamplesMenuPrefix + "Locomotion - Screen Bounds Teleporter")]
[HelpURL(Strings.DocsURLs.ExampleAPIDocumentation + nameof(Locomotion) + "/" + nameof(ScreenBoundsTeleporter))]
public sealed class ScreenBoundsTeleporter : MonoBehaviour

Examples

Linear Blending

Attributes

Type Description
AddComponentMenu
HelpURLAttribute