Class BlockController
シーン内でMega blockを制御するためのものMonoBehaviour。
[DisallowMultipleComponent]
[RequireComponent(typeof(BlockActiveController))]
public class BlockController : MonoBehaviour
- 継承
-
BlockController
フィールド
ActiveControl
activeSelfの制御戦略。
public BlockActiveController.Strategy ActiveControl
Info
Blockの情報。
public BlockController.BlockInfo Info
イベント
BlockFound
Blockが見つけたイベント。
public event Action BlockFound
BlockLost
Blockが失ったイベント。
public event Action BlockLost