Table of Contents

Class BlockController

Namespace
EasyAR.Mega.Scene
Assembly
EasyAR.Mega.Scene.dll

Controls the Mega block in the sceneMonoBehaviour.

[DisallowMultipleComponent]
[RequireComponent(typeof(BlockActiveController))]
public class BlockController : MonoBehaviour
Inheritance
BlockController

Fields

ActiveControl

Control strategy of activeSelf.

public BlockActiveController.Strategy ActiveControl

Field Value

Info

Block information.

public BlockController.BlockInfo Info

Field Value

Events

BlockFound

Block found event.

public event Action BlockFound

Event Type

BlockLost

Block lost event.

public event Action BlockLost

Event Type