C# Class tk2dUIUpDownButton, Unity-sample-code-to-display-projectile-trajectory-path

Inheritance: tk2dUIBaseItemControl
显示文件 Open project: theappguruz/Unity-sample-code-to-display-projectile-trajectory-path Class Usage Examples

Public Properties

Property Type Description
downStateGO GameObject,
upStateGO GameObject,

Public Methods

Method Description
InternalSetUseOnReleaseInsteadOfOnUp ( bool state ) : void

Internal do not use

OnDisable ( ) : void
OnEnable ( ) : void
Start ( ) : void

Private Methods

Method Description
ButtonDown ( ) : void
ButtonUp ( ) : void
SetState ( ) : void

Method Details

InternalSetUseOnReleaseInsteadOfOnUp() public method

Internal do not use
public InternalSetUseOnReleaseInsteadOfOnUp ( bool state ) : void
state bool
return void

OnDisable() public method

public OnDisable ( ) : void
return void

OnEnable() public method

public OnEnable ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Property Details

downStateGO public_oe property

State that will be active if down and deactivated if up
public GameObject, downStateGO
return GameObject,

upStateGO public_oe property

State that will be active if up and deactivated if down
public GameObject, upStateGO
return GameObject,