Tanoda
Leap.Unity.GraphicalRenderer.LeapGraphicTagAttribute Class Reference
Inheritance diagram for Leap.Unity.GraphicalRenderer.LeapGraphicTagAttribute:

Public Member Functions

 LeapGraphicTagAttribute (string name, int order=0)
 

Static Public Member Functions

static string GetTagName (Type type)
 
static string GetTagName (string typeName)
 
static LeapGraphicTagAttribute GetTag (Type type)
 
static LeapGraphicTagAttribute GetTag (string typeName)
 

Public Attributes

readonly string name
 
readonly int order
 

Detailed Description

Definition at line 16 of file LeapGraphicTagAttribute.cs.

Constructor & Destructor Documentation

◆ LeapGraphicTagAttribute()

Leap.Unity.GraphicalRenderer.LeapGraphicTagAttribute.LeapGraphicTagAttribute ( string  name,
int  order = 0 
)

Definition at line 23 of file LeapGraphicTagAttribute.cs.

Member Function Documentation

◆ GetTag() [1/2]

static LeapGraphicTagAttribute Leap.Unity.GraphicalRenderer.LeapGraphicTagAttribute.GetTag ( string  typeName)
static

Definition at line 51 of file LeapGraphicTagAttribute.cs.

◆ GetTag() [2/2]

static LeapGraphicTagAttribute Leap.Unity.GraphicalRenderer.LeapGraphicTagAttribute.GetTag ( Type  type)
static

Definition at line 38 of file LeapGraphicTagAttribute.cs.

◆ GetTagName() [1/2]

static string Leap.Unity.GraphicalRenderer.LeapGraphicTagAttribute.GetTagName ( string  typeName)
static

Definition at line 33 of file LeapGraphicTagAttribute.cs.

◆ GetTagName() [2/2]

static string Leap.Unity.GraphicalRenderer.LeapGraphicTagAttribute.GetTagName ( Type  type)
static

Definition at line 28 of file LeapGraphicTagAttribute.cs.

Member Data Documentation

◆ name

readonly string Leap.Unity.GraphicalRenderer.LeapGraphicTagAttribute.name

Definition at line 20 of file LeapGraphicTagAttribute.cs.

◆ order

readonly int Leap.Unity.GraphicalRenderer.LeapGraphicTagAttribute.order

Definition at line 21 of file LeapGraphicTagAttribute.cs.


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