Class PickFromRay
Inherited Members
Namespace: Unity.Reflect.Actors
Syntax
public class PickFromRay : BasePickingLogic, ISpatialPickingLogic
Constructors
PickFromRay(Ray)
Declaration
public PickFromRay(Ray ray)
Parameters
| Type | Name | Description |
|---|---|---|
| Ray | ray |
Methods
CheckIntersection(Bounds, ISpatialObject)
Declaration
public override bool CheckIntersection(Bounds bounds, ISpatialObject obj)
Parameters
| Type | Name | Description |
|---|---|---|
| Bounds | bounds | |
| ISpatialObject | obj |
Returns
| Type | Description |
|---|---|
| Boolean |