Class ILinkedObjectMethods
Namespace: UnityEditor.Experimental.EditorVR
Syntax
public static class ILinkedObjectMethods
Methods
IsSharedUpdater(ILinkedObject, ILinkedObject)
Returns whether the specified object is designated to perform the duties of all linked objects of this type
Declaration
public static bool IsSharedUpdater(this ILinkedObject obj, ILinkedObject linkedObject)
Parameters
Type | Name | Description |
---|---|---|
ILinkedObject | obj | |
ILinkedObject | linkedObject | Object among the linked objects to check if it is the central one |
Returns
Type | Description |
---|---|
Boolean |