Table of Contents

Class BlockController

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

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

Field Value

Info

Information about the Block.

public BlockController.BlockInfo Info

Field Value

Events

BlockFound

Event for Block found.

public event Action BlockFound

Event Type

BlockLost

Event for Block lost.

public event Action BlockLost

Event Type