C# Class Foundation.Databinding.ButtonParamater

Inheritance: BindingBase
ファイルを表示 Open project: NVentimiglia/Unity3d-Foundation Class Usage Examples

Public Properties

Property Type Description
ParamaterType ParamaterTypeEnum
StaticParamater string

Protected Properties

Property Type Description
IsInit bool

Public Methods

Method Description
GetValue ( ) : object
Init ( ) : void

Private Methods

Method Description
Awake ( ) : void
HasParamaterBinding ( ) : bool

Method Details

GetValue() public method

public GetValue ( ) : object
return object

Init() public method

public Init ( ) : void
return void

Property Details

IsInit protected_oe property

protected bool IsInit
return bool

ParamaterType public_oe property

public ParamaterTypeEnum ParamaterType
return ParamaterTypeEnum

StaticParamater public_oe property

public string StaticParamater
return string