C# Class ActionButtonManager, gro-ui

Inheritance: MonoBehaviour
ファイルを表示 Open project: OpenAgInitiative/gro-ui Class Usage Examples

Public Properties

Property Type Description
actionButtonManager ActionButtonManager,
actionButtons List
collapseArrow Image
collapseButton Button

Public Methods

Method Description
Awake ( ) : void
CollapseButtonPress ( ) : void
CollapsePanel ( bool val ) : void
ModuleEnd ( ) : void
ModuleStart ( ) : void
SetActionButtonsInteractable ( bool val ) : void

Method Details

Awake() public method

public Awake ( ) : void
return void

CollapseButtonPress() public method

public CollapseButtonPress ( ) : void
return void

CollapsePanel() public method

public CollapsePanel ( bool val ) : void
val bool
return void

ModuleEnd() public method

public ModuleEnd ( ) : void
return void

ModuleStart() public method

public ModuleStart ( ) : void
return void

SetActionButtonsInteractable() public method

public SetActionButtonsInteractable ( bool val ) : void
val bool
return void

Property Details

actionButtonManager public_oe static_oe property

public static ActionButtonManager, actionButtonManager
return ActionButtonManager,

actionButtons public_oe property

public List
return List

collapseArrow public_oe property

public Image collapseArrow
return Image

collapseButton public_oe property

public Button collapseButton
return Button