Class ObjPointable
Inheritance
object
ObjPointable
Assembly: cs.temp.dll.dll
Syntax
public sealed class ObjPointable : ObjFeature
Fields
DragMaxDistance
Declaration
public float DragMaxDistance
Field Value
DragOffset
Declaration
public Vector3 DragOffset
Field Value
DragPointer
Declaration
public BoolDrag DragPointer
Field Value
Type |
Description |
BoolDrag |
|
DragSpeed
Declaration
Field Value
Freeze
Declaration
public BoolVector3 Freeze
Field Value
Type |
Description |
BoolVector3 |
|
FwPointerDown
Declaration
public AxisFirework FwPointerDown
Field Value
Type |
Description |
AxisFirework |
|
FwPointerUp
Declaration
public AxisFirework FwPointerUp
Field Value
Type |
Description |
AxisFirework |
|
OnFocus
Declaration
public FocusEvents OnFocus
Field Value
Type |
Description |
FocusEvents |
|
OnFocusedGesture
Declaration
public GestureEvents OnFocusedGesture
Field Value
Type |
Description |
GestureEvents |
|
OnFocusedSwipe
Declaration
public SwipeEvents OnFocusedSwipe
Field Value
Type |
Description |
SwipeEvents |
|
OnPointer
Declaration
public PointerEvents OnPointer
Field Value
Type |
Description |
PointerEvents |
|
ResetOriginOnDrop
Declaration
public bool ResetOriginOnDrop
Field Value
Properties
DragDistance
Declaration
public Vector3 DragDistance { get; }
Property Value
Focused
Declaration
public bool Focused { get; set; }
Property Value
Methods
OnPointerClick(PointerEventData)
Declaration
public void OnPointerClick(PointerEventData eventData)
Parameters
Type |
Name |
Description |
PointerEventData |
eventData |
|
OnPointerDown(PointerEventData)
Declaration
public void OnPointerDown(PointerEventData eventData)
Parameters
Type |
Name |
Description |
PointerEventData |
eventData |
|
OnPointerEnter(PointerEventData)
Declaration
public void OnPointerEnter(PointerEventData eventData)
Parameters
Type |
Name |
Description |
PointerEventData |
eventData |
|
OnPointerExit(PointerEventData)
Declaration
public void OnPointerExit(PointerEventData eventData)
Parameters
Type |
Name |
Description |
PointerEventData |
eventData |
|
OnPointerUp(PointerEventData)
Declaration
public void OnPointerUp(PointerEventData eventData)
Parameters
Type |
Name |
Description |
PointerEventData |
eventData |
|