Runtime.RegisterObject Method
RegisterObject(System.String name, EngineObject object)
Registers an EngineObject with the specified name.Syntax
public static void RegisterObject (
System.String name,
EngineObject object
)Parameters
The name to register the object with.
The object to register.
Remarks
This method can be used to pass kernel object references from one API to another together with GetRegisteredObject. Pass a null reference as the object parameter to remove a previously registered object.
Platforms
Windows, Linux, Android