Summary
Simple mouse controls for orbiting the camera around a focal point.
- Assembly
- FlexiMotion
.dll - Namespace
- FlexiMotion
.Samples - Base Types
-
- MonoBehaviour
graph BT
Type-->Base0["MonoBehaviour"]
Type["OrbitControls"]
class Type type-node
Syntax
[AddComponentMenu(FMStrings.SamplesMenuPrefix + "Orbit Controls")]
[HelpURL(FMStrings.DocsURLs.SamplesAPIDocumentation + "/" + nameof(OrbitControls))]
[ExecuteAlways]
public class OrbitControls : MonoBehaviour
Remarks
Documentation: Orbit Controls
Attributes
Type | Description |
---|---|
AddComponentMenu | |
HelpURLAttribute | |
ExecuteAlways |
Methods
Name | Value | Summary |
---|---|---|
Awake |
void | |
OnDrawGizmosSelected |
void | |
Update |
void |
Extension Methods
Name | Value | Summary |
---|---|---|
LogTemp |
T |
Debug.Log(message, context) with an [System.ObsoleteAttribute ] warning so you remember
to remove any calls.
From FMUtilities
|
SafeGetHashCode |
int |
Uses
System.Collections.Generic.EqualityComparer`1.Default to get a hash code.From FMUtilities
|