C# Class DebugOffset, Unity-ITGHD

Inheritance: MonoBehaviour
显示文件 Open project: BenouKat/Unity-ITGHD Class Usage Examples

Public Properties

Property Type Description
posLabel Rect
skin UnityEngine.GUISkin
validValue bool

Public Methods

Method Description
OnGUI ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

OnGUI() public method

public OnGUI ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

posLabel public_oe property

public Rect posLabel
return Rect

skin public_oe property

public GUISkin,UnityEngine skin
return UnityEngine.GUISkin

validValue public_oe property

public bool validValue
return bool