Coherent UI for Unity3D  2.5.3
A modern user interface library for games
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
Coherent.UI.Binding.BoundObject Struct Reference

Wrapper class for .Net objects exposed to Coherent UI More...

Static Public Member Functions

static BoundObject BindMethods (object target)
 expose object's methods to Coherent UI More...
 

Detailed Description

Wrapper class for .Net objects exposed to Coherent UI

Member Function Documentation

static BoundObject Coherent.UI.Binding.BoundObject.BindMethods ( object  target)
inlinestatic

expose object's methods to Coherent UI

Parameters
targetinstance
Returns