isReady property

bool isReady

Returns a boolean value indicating whether the GraphX scene is ready and the stage is accessible to the GraphX root. Returns true if the scene is ready, false otherwise. Runs on the first "render".

Implementation

bool get isReady {
  return _isReady;
}