Struct RaycastJobHelper<T>.CreateRaycastCommandsJob
Implements
IJobParallelFor
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
Namespace: Marus.Sensors
Assembly: cs.temp.dll.dll
Syntax
public struct CreateRaycastCommandsJob
Fields
commands
Declaration
public NativeArray<RaycastCommand> commands
Field Value
Type | Description |
---|---|
NativeArray<RaycastCommand> |
directions
Declaration
public NativeArray<Vector3> directions
Field Value
Type | Description |
---|---|
NativeArray<Vector3> |
maxDistance
Declaration
public float maxDistance
Field Value
Type | Description |
---|---|
System.Single |
position
Declaration
public Vector3 position
Field Value
Type | Description |
---|---|
Vector3 |
rotation
Declaration
public Quaternion rotation
Field Value
Type | Description |
---|---|
Quaternion |
Methods
Execute(Int32)
Declaration
public void Execute(int i)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | i |
Implements
IJobParallelFor