Method ExportSceneToReflect
ExportSceneToReflect(uint, string, string, bool, string, bool)
Export current scene to a reflect project
Declaration
public void ExportSceneToReflect(uint root = 1, string sourceName = "", string uid = "", bool keepHierarchy = false, string configFile = "", bool disableDecimation = true)
Parameters
Type | Name | Description |
---|---|---|
uint | root | Identifier of the destination occurrence |
string | sourceName | Push source name |
string | uid | UID of the push, overwrite old push if it's same UID |
bool | keepHierarchy | Keep hierarchy or rake tree |
string | configFile | Use existing JSON config file, discard reflect UI prompt |
bool | disableDecimation | Forces to disable the decimation applied on SyncObjectInstances on Reflect Server side |