C# Class BB.WorldButton

Inheritance: UnityEngine.MonoBehaviour
ファイルを表示 Open project: SNUGDC/snugdc-study-bouncy_ball Class Usage Examples

Public Properties

Property Type Description
OnSelectedCallback Action

Public Methods

Method Description
OnSelected ( ) : void
SetWorld ( WorldType type ) : void

Method Details

OnSelected() public method

public OnSelected ( ) : void
return void

SetWorld() public method

public SetWorld ( WorldType type ) : void
type WorldType
return void

Property Details

OnSelectedCallback public_oe property

public Action OnSelectedCallback
return Action