DemiLib
A collection of Demigiant's utility libraries for Unity (https://github.com/Demigiant/demilib)
DG.DemiEditor.DeSkinStyle Struct Reference

Contains both free and pro skins GUIStyle variations, and automatically returns the correct one when converted to GUIStyle More...

Public Member Functions

 DeSkinStyle (GUIStyle free, GUIStyle pro)
 
 DeSkinStyle (GUIStyle style)
 

Static Public Member Functions

static implicit operator DeSkinStyle (GUIStyle v)
 
static implicit operator GUIStyle (DeSkinStyle v)
 

Public Attributes

GUIStyle free
 
GUIStyle pro
 

Detailed Description

Contains both free and pro skins GUIStyle variations, and automatically returns the correct one when converted to GUIStyle

Constructor & Destructor Documentation

DG.DemiEditor.DeSkinStyle.DeSkinStyle ( GUIStyle  free,
GUIStyle  pro 
)
DG.DemiEditor.DeSkinStyle.DeSkinStyle ( GUIStyle  style)

Member Function Documentation

static implicit DG.DemiEditor.DeSkinStyle.operator DeSkinStyle ( GUIStyle  v)
static
static implicit DG.DemiEditor.DeSkinStyle.operator GUIStyle ( DeSkinStyle  v)
static

Member Data Documentation

GUIStyle DG.DemiEditor.DeSkinStyle.free
GUIStyle DG.DemiEditor.DeSkinStyle.pro

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