Tanoda
|
Public Member Functions | |
RectMargins (float left, float top, float right, float bottom) | |
Static Public Member Functions | |
static implicit | operator Vector4 (RectMargins m) |
static implicit | operator RectMargins (Vector4 v) |
Public Attributes | |
float | left |
Margin width from the left edge. More... | |
float | top |
Margin width from the top edge. More... | |
float | right |
Margin width from the right edge. More... | |
float | bottom |
Margin width from the bottom edge. More... | |
Definition at line 365 of file LeapSlicedGraphic.cs.
Leap.Unity.GraphicalRenderer.LeapSlicedGraphic.RectMargins.RectMargins | ( | float | left, |
float | top, | ||
float | right, | ||
float | bottom | ||
) |
Definition at line 378 of file LeapSlicedGraphic.cs.
|
static |
Definition at line 386 of file LeapSlicedGraphic.cs.
|
static |
Definition at line 382 of file LeapSlicedGraphic.cs.
float Leap.Unity.GraphicalRenderer.LeapSlicedGraphic.RectMargins.bottom |
Margin width from the bottom edge.
Definition at line 376 of file LeapSlicedGraphic.cs.
float Leap.Unity.GraphicalRenderer.LeapSlicedGraphic.RectMargins.left |
Margin width from the left edge.
Definition at line 367 of file LeapSlicedGraphic.cs.
float Leap.Unity.GraphicalRenderer.LeapSlicedGraphic.RectMargins.right |
Margin width from the right edge.
Definition at line 373 of file LeapSlicedGraphic.cs.
float Leap.Unity.GraphicalRenderer.LeapSlicedGraphic.RectMargins.top |
Margin width from the top edge.
Definition at line 370 of file LeapSlicedGraphic.cs.