Class PickFromSamplePoints
Namespace: Unity.Reflect.Streaming
Syntax
public class PickFromSamplePoints
Constructors
PickFromSamplePoints(Vector3[], Int32)
Declaration
public PickFromSamplePoints(Vector3[] samplePoints, int count)
Parameters
Type | Name | Description |
---|---|---|
Vector3[] | samplePoints | |
Int32 | count |
Fields
Count
Declaration
public int Count
Field Value
Type | Description |
---|---|
Int32 |
SamplePoints
Declaration
public Vector3[] SamplePoints
Field Value
Type | Description |
---|---|
Vector3[] |