This is the old Animancer v7.4 documentation. Click here for the latest version.

ClickToInteract Class

Summary

Attempts to interact with whatever Animancer.Examples.FineControl.IInteractable the cursor is pointing at when the user clicks the mouse.
Assembly
Animancer.dll
Namespace
Animancer.Examples.FineControl
Base Types
  • MonoBehaviour
graph BT Type-->Base0["MonoBehaviour"] Type["ClickToInteract"] class Type type-node

Syntax

[AddComponentMenu(Strings.ExamplesMenuPrefix + "Fine Control - Click To Interact")]
[HelpURL(Strings.DocsURLs.ExampleAPIDocumentation + nameof(FineControl) + "/" + nameof(ClickToInteract))]
public sealed class ClickToInteract : MonoBehaviour

Examples

Doors

Attributes

Type Description
AddComponentMenu
HelpURLAttribute