Tanoda
ManipulatorArm Class Reference
Inheritance diagram for ManipulatorArm:

Public Member Functions

void HideMe ()
 
void ShowMe ()
 
void ResetCleco (bool disable=false)
 

Public Attributes

Vector2 limitsV
 
Vector2 limitsH
 
GameObject verticalMover
 
GameObject horizontalBar
 
GameObject followObject
 
GameObject helper
 
GameObject verticalHelper
 
bool toolEnabled = false
 
bool rotate = false
 
UnityEvent onPickUp
 
UnityEvent onDelayPickUp
 
UnityEvent onDetach
 
float delayEventSeconds = 1.0f
 

Static Public Attributes

static ManipulatorArm instance
 

Detailed Description

Definition at line 7 of file ManipulatorArm.cs.

Member Function Documentation

◆ HideMe()

void ManipulatorArm.HideMe ( )

Definition at line 74 of file ManipulatorArm.cs.

◆ ResetCleco()

void ManipulatorArm.ResetCleco ( bool  disable = false)

Definition at line 121 of file ManipulatorArm.cs.

◆ ShowMe()

void ManipulatorArm.ShowMe ( )

Definition at line 86 of file ManipulatorArm.cs.

Member Data Documentation

◆ delayEventSeconds

float ManipulatorArm.delayEventSeconds = 1.0f

Definition at line 20 of file ManipulatorArm.cs.

◆ followObject

GameObject ManipulatorArm.followObject

Definition at line 12 of file ManipulatorArm.cs.

◆ helper

GameObject ManipulatorArm.helper

Definition at line 12 of file ManipulatorArm.cs.

◆ horizontalBar

GameObject ManipulatorArm.horizontalBar

Definition at line 11 of file ManipulatorArm.cs.

◆ instance

ManipulatorArm ManipulatorArm.instance
static

Definition at line 9 of file ManipulatorArm.cs.

◆ limitsH

Vector2 ManipulatorArm.limitsH

Definition at line 10 of file ManipulatorArm.cs.

◆ limitsV

Vector2 ManipulatorArm.limitsV

Definition at line 10 of file ManipulatorArm.cs.

◆ onDelayPickUp

UnityEvent ManipulatorArm.onDelayPickUp

Definition at line 19 of file ManipulatorArm.cs.

◆ onDetach

UnityEvent ManipulatorArm.onDetach

Definition at line 19 of file ManipulatorArm.cs.

◆ onPickUp

UnityEvent ManipulatorArm.onPickUp

Definition at line 19 of file ManipulatorArm.cs.

◆ rotate

bool ManipulatorArm.rotate = false

Definition at line 14 of file ManipulatorArm.cs.

◆ toolEnabled

bool ManipulatorArm.toolEnabled = false

Definition at line 13 of file ManipulatorArm.cs.

◆ verticalHelper

GameObject ManipulatorArm.verticalHelper

Definition at line 12 of file ManipulatorArm.cs.

◆ verticalMover

GameObject ManipulatorArm.verticalMover

Definition at line 11 of file ManipulatorArm.cs.


The documentation for this class was generated from the following file: