示例#1
0
	bool ScriptPrefab::internal_IsScene(ScriptPrefab* thisPtr)
	{
		HPrefab prefab = thisPtr->getHandle();
		return prefab->isScene();
	}