Interface ILinkedObject
Provides access to other tools of the same type
Namespace: UnityEditor.Experimental.EditorVR
Syntax
public interface ILinkedObject
Properties
linkedObjects
List of other tools of the same type (not including this one)
Declaration
List<ILinkedObject> linkedObjects { set; }
Property Value
Type | Description |
---|---|
List<ILinkedObject> |