Class com.sekati.ui.ScreenProtector

Description

Lock the Screen from UI interaction.

 Usage:
 	var protect:ScreenProjector = new ScreenProtector();
 	protect.destroy(); // enable;
 

Field Index

enabled

Method Index

new ScreenProtector()
destroy(), update()

Inherited from CoreObject

Constructor Detail

ScreenProtector

public function ScreenProtector()

Constructor - create an invisible clip which locks the entire screen.

Field Detail

enabled

public enabled:Boolean
isLocked getter.

Method Detail

update

public function update():Void

Update ScreenProtector to highest depth.

Return

Void

destroy

public function destroy():Void

Destroy the cover and instance.

Return

Void

Specified By

destroy() in com.sekati.core.CoreInterface

Overrides

destroy() in com.sekati.core.CoreObject