Interface IUsesNode
Adds Node information to determine which hand the tool is attached to
Namespace: UnityEditor.Experimental.EditorVR
Syntax
public interface IUsesNode
Properties
node
The node associated with this tool
Declaration
Node node { set; }
Property Value
Type | Description |
---|---|
Node |