Interface IRaycastSource
Declares a class as being a source for the MultipleRayInputModule
Namespace: UnityEditor.Experimental.EditorVR
Syntax
public interface IRaycastSource
Properties
blocked
Declaration
bool blocked { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
eventData
Declaration
RayEventData eventData { get; }
Property Value
Type | Description |
---|---|
RayEventData |
hasObject
Declaration
bool hasObject { get; }
Property Value
Type | Description |
---|---|
Boolean |
rayOrigin
Declaration
Transform rayOrigin { get; }
Property Value
Type | Description |
---|---|
Transform |