C# Class uguimvvm.BindingParameter

显示文件 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_oe property

public bool Bool
return bool

Float public_oe property

public float Float
return float

Int public_oe property

public int Int
return int

ObjectReference public_oe property

public Object,UnityEngine ObjectReference
return UnityEngine.Object

String public_oe property

public string String
return string

Type public_oe property

public BindingParameterType Type
return BindingParameterType