Public Methods
 FunctionDefined By
  
callLater(func:Function, args:Array = null):void
The callLater() method queues an operation to be performed for the next screen refresh, rather than in the current update.
starling.extensions.utils
Function detail
callLater()function
public function callLater(func:Function, args:Array = null):void

The callLater() method queues an operation to be performed for the next screen refresh, rather than in the current update. Without the callLater() method, you might try to access a property of a component that is not yet available.

Parameters

func:Function
 
args:Array (default = null)