Hello all,
Does anyone know if it is possible to remove an instance from the editor layout using the Editor SDK? I find it odd that its missing as we have:
Object Type Creation:
IProject.CreateObjectType(pluginId: string, name: string): Promise<SDK.IObjectType>
Instance Creation:
IObjectType.CreateWorldInstance(layer: SDK.ILayer): SDK.IWorldInstance
Object Type Deletion:
IObjectClass.Delete(): void
Instance Deletion:
?
Ashley if this is possible to add, or point me to the right method if it exists I would be very thankful!
Foozle