C# Class SinglePlayer.AIPreset

Inheritance: UnityEngine.MonoBehaviour
ファイルを表示 Open project: tommai78101/Multiplier

Public Properties

Property Type Description
aiAttributeManager AIAttributeManager
aiAttributePanelUI SinglePlayer.UI.AttributePanelUI
aiCategoryHandler SinglePlayer.UI.CategoryHandler
aiEnableDisableUI SinglePlayer.UI.UIEnableDisable
dropdown Dropdown

Public Methods

Method Description
SetAIAttributes ( ) : void

Method Details

SetAIAttributes() public method

public SetAIAttributes ( ) : void
return void

Property Details

aiAttributeManager public_oe property

public AIAttributeManager,SinglePlayer aiAttributeManager
return AIAttributeManager

aiAttributePanelUI public_oe property

public AttributePanelUI,SinglePlayer.UI aiAttributePanelUI
return SinglePlayer.UI.AttributePanelUI

aiCategoryHandler public_oe property

public CategoryHandler,SinglePlayer.UI aiCategoryHandler
return SinglePlayer.UI.CategoryHandler

aiEnableDisableUI public_oe property

public UIEnableDisable,SinglePlayer.UI aiEnableDisableUI
return SinglePlayer.UI.UIEnableDisable

dropdown public_oe property

public Dropdown dropdown
return Dropdown