Unique identifier for the object
Unique name string for the object
Internal
Copies properties from another RnObject instance
The source object to copy from
Checks if the object has all the specified tags with matching values
The tags object to match against
True if all tags match, false otherwise
Attempts to set a tag on the object
The tag object containing name and value
True if the tag was successfully set, false otherwise
Attempts to set a unique name for the object
The desired unique name
Whether to modify the name if it conflicts with existing names
True if the name was successfully set, false otherwise
The Interface of the RnObject defining core object functionality.