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