Click or drag to resize

ArticyDatabaseRemoveClone Method (String, UInt32)

Removes the clone with a given instance id from the object with the given technical name.

Namespace:  Articy.Unity
Assembly:  ArticyRuntime (in ArticyRuntime.dll) Version: 1.0.3
Syntax
C#
public static void RemoveClone(
	string aTechnicalName,
	uint aInstanceId
)

Parameters

aTechnicalName
Type: SystemString
A base object.
aInstanceId
Type: SystemUInt32
The instance id that you want to free. Must not be 0
Remarks

This will remove the cloned object with the given instance id. It will leave the base object and all other clones intact.

Note Note
This will do nothing, if you try to remove the instance id 0.
See Also