Class PickFromSamplePoints
Inherited Members
Namespace: Unity.Reflect.Actors
Syntax
public class PickFromSamplePoints : BasePickingLogic, ISpatialPickingLogic
Constructors
PickFromSamplePoints(Vector3[], Int32)
Declaration
public PickFromSamplePoints(Vector3[] samplePoints, int count)
Parameters
Type | Name | Description |
---|---|---|
Vector3[] | samplePoints | |
Int32 | count |
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 |