|
enum | ManipulationType {
ManipulationType.None = 0,
ManipulationType.Move = 1 << 0,
ManipulationType.ResizeLeft = 1 << 1,
ManipulationType.ResizeUp = 1 << 2,
ManipulationType.ResizeRight = 1 << 3,
ManipulationType.ResizeDown = 1 << 4,
ManipulationType.ResizeUpLeft = ResizeUp | ResizeLeft,
ManipulationType.ResizeUpRight = ResizeUp | ResizeRight,
ManipulationType.ResizeDownLeft = ResizeDown | ResizeLeft,
ManipulationType.ResizeDownRight = ResizeDown | ResizeRight,
ManipulationType.Rotate = 1 << 5
} |
|
Enumerator |
---|
None |
|
Move |
|
ResizeLeft |
|
ResizeUp |
|
ResizeRight |
|
ResizeDown |
|
ResizeUpLeft |
|
ResizeUpRight |
|
ResizeDownLeft |
|
ResizeDownRight |
|
Rotate |
|
void SoftMasking.Samples.RectManipulator.OnBeginDrag |
( |
PointerEventData |
eventData | ) |
|
|
inline |
void SoftMasking.Samples.RectManipulator.OnDrag |
( |
PointerEventData |
eventData | ) |
|
|
inline |
void SoftMasking.Samples.RectManipulator.OnEndDrag |
( |
PointerEventData |
eventData | ) |
|
|
inline |
void SoftMasking.Samples.RectManipulator.OnPointerEnter |
( |
PointerEventData |
eventData | ) |
|
|
inline |
void SoftMasking.Samples.RectManipulator.OnPointerExit |
( |
PointerEventData |
eventData | ) |
|
|
inline |
override void SoftMasking.Samples.RectManipulator.Start |
( |
| ) |
|
|
inlineprotected |
Graphic SoftMasking.Samples.RectManipulator.icon |
Vector2 SoftMasking.Samples.RectManipulator.minSize |
float SoftMasking.Samples.RectManipulator.normalAlpha = 0.2f |
float SoftMasking.Samples.RectManipulator.selectedAlpha = 1f |
ShowOnHover SoftMasking.Samples.RectManipulator.showOnHover |
RectTransform SoftMasking.Samples.RectManipulator.targetTransform |
float SoftMasking.Samples.RectManipulator.transitionDuration = 0.2f |
The documentation for this class was generated from the following file: