Class BlockController
Controls the Mega block's MonoBehaviour in the scene.
[DisallowMultipleComponent]
[RequireComponent(typeof(BlockActiveController))]
public class BlockController : MonoBehaviour
- Inheritance
-
BlockController
Fields
ActiveControl
activeSelf control strategy.
public BlockActiveController.Strategy ActiveControl
Info
Information about the Block.
public BlockController.BlockInfo Info
Events
BlockFound
Event for Block found.
public event Action BlockFound
BlockLost
Event for Block lost.
public event Action BlockLost