MouseDrag Class

Summary

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

Syntax

[AddComponentMenu(Strings.SamplesMenuPrefix + "Inverse Kinematics - Mouse Drag")]
[AnimancerHelpUrl(typeof(MouseDrag))]
public class MouseDrag : MonoBehaviour

Remarks

Sample: Puppet

Attributes

Type Description
AddComponentMenu
AnimancerHelpUrlAttribute [Assert-Conditional] A UnityEngine.HelpURLAttribute which points to Animancer's documentation.

Methods

Name Value Summary
Update() void