Tanoda
Leap.Unity.GraphicalRenderer.LeapSlicedGraphic.RectMargins Struct Reference

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...
 

Detailed Description

Definition at line 365 of file LeapSlicedGraphic.cs.

Constructor & Destructor Documentation

◆ RectMargins()

Leap.Unity.GraphicalRenderer.LeapSlicedGraphic.RectMargins.RectMargins ( float  left,
float  top,
float  right,
float  bottom 
)

Definition at line 378 of file LeapSlicedGraphic.cs.

Member Function Documentation

◆ operator RectMargins()

static implicit Leap.Unity.GraphicalRenderer.LeapSlicedGraphic.RectMargins.operator RectMargins ( Vector4  v)
static

Definition at line 386 of file LeapSlicedGraphic.cs.

◆ operator Vector4()

static implicit Leap.Unity.GraphicalRenderer.LeapSlicedGraphic.RectMargins.operator Vector4 ( RectMargins  m)
static

Definition at line 382 of file LeapSlicedGraphic.cs.

Member Data Documentation

◆ bottom

float Leap.Unity.GraphicalRenderer.LeapSlicedGraphic.RectMargins.bottom

Margin width from the bottom edge.

Definition at line 376 of file LeapSlicedGraphic.cs.

◆ left

float Leap.Unity.GraphicalRenderer.LeapSlicedGraphic.RectMargins.left

Margin width from the left edge.

Definition at line 367 of file LeapSlicedGraphic.cs.

◆ right

float Leap.Unity.GraphicalRenderer.LeapSlicedGraphic.RectMargins.right

Margin width from the right edge.

Definition at line 373 of file LeapSlicedGraphic.cs.

◆ top

float Leap.Unity.GraphicalRenderer.LeapSlicedGraphic.RectMargins.top

Margin width from the top edge.

Definition at line 370 of file LeapSlicedGraphic.cs.


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