Interface IStandardIgnoreList
Receive the default list of ignored objects from the system for intersection purposes
Namespace: UnityEditor.Experimental.EditorVR
Syntax
public interface IStandardIgnoreList
Properties
ignoreList
List of system objects to ignore for intersection purposes
Declaration
List<GameObject> ignoreList { set; }
Property Value
Type | Description |
---|---|
List<GameObject> |