allowSceneSystem method

bool allowSceneSystem(
  1. Scene<T> owner,
  2. SceneSystem<T> sceneSystem
)

Whether sceneSystem should be included in the clone of owner.

Implementation

bool allowSceneSystem(Scene<T> owner, SceneSystem<T> sceneSystem)
  => allow(.sceneSystem, owner: owner, payload: sceneSystem);