MouseDrag Class

Summary

Allows the user to drag any object with a collider around on screen with the mouse.
Assembly
Animancer.dll
Namespace
Animancer.Examples.InverseKinematics
Base Types
  • MonoBehaviour
graph BT Type-->Base0["MonoBehaviour"] Type["MouseDrag"] class Type type-node

Syntax

[AddComponentMenu(Strings.ExamplesMenuPrefix + "Inverse Kinematics - Mouse Drag")]
[HelpURL(Strings.DocsURLs.ExampleAPIDocumentation + nameof(InverseKinematics) + "/" + nameof(MouseDrag))]
public sealed class MouseDrag : MonoBehaviour

Examples

Puppet

Attributes

Type Description
AddComponentMenu
HelpURLAttribute