Summary
Simple mouse controls for orbiting the camera around a focal point.
- Assembly
- Animancer
.dll - Namespace
- Animancer
.Samples - Base Types
-
- MonoBehaviour
graph BT
Type-->Base0["MonoBehaviour"]
Type["OrbitControls"]
class Type type-node
Syntax
[AddComponentMenu(Strings.SamplesMenuPrefix + "Orbit Controls")]
[AnimancerHelpUrl(typeof(OrbitControls))]
[ExecuteAlways]
public class OrbitControls : MonoBehaviour
Remarks
Documentation:
Orbit Controls
Attributes
| Type | Description |
|---|---|
| AddComponentMenu | |
| Animancer |
[Assert-Conditional]
A UnityEngine.HelpURLAttribute which points to Animancer's documentation.
|
| ExecuteAlways |
Methods
| Name | Value | Summary |
|---|---|---|
| OnDrawGizmosSelected |
void | |
| OnEnable |
void | |
| Update |
void |