C# Class uguimvvm.BindingParameter

Show file Open project: jbruening/ugui-mvvm

Public Properties

Property Type Description
Bool bool
Float float
Int int
ObjectReference UnityEngine.Object
String string
Type BindingParameterType

Public Methods

Method Description
GetValue ( ) : object

Method Details

GetValue() public method

public GetValue ( ) : object
return object

Property Details

Bool public property

public bool Bool
return bool

Float public property

public float Float
return float

Int public property

public int Int
return int

ObjectReference public property

public Object,UnityEngine ObjectReference
return UnityEngine.Object

String public property

public string String
return string

Type public property

public BindingParameterType Type
return BindingParameterType