Struct PqsCreateRaycastCommandsJob
- Namespace
- AwesomeTechnologies.VegetationSystem
- Assembly
- Assembly-CSharp.dll
public struct PqsCreateRaycastCommandsJob : IJob
- Implements
-
IJob
- Inherited Members
-
- Extension Methods
-
Fields
ExcludeLayerMask
public int ExcludeLayerMask
Field Value
- int
FloatingOriginOffset
public float3 FloatingOriginOffset
Field Value
- float3
LayerMask
Field Value
- int
MaxHits
Field Value
- int
RaycastCommands
public NativeArray<RaycastCommand> RaycastCommands
Field Value
- NativeArray<RaycastCommand>
SpawnLocationList
public NativeArray<VegetationSpawnLocationInstance> SpawnLocationList
Field Value
- NativeArray<VegetationSpawnLocationInstance>
SphereRadius
public float SphereRadius
Field Value
- float
Methods
Execute()
PolarToCartesian(Vector2, float)
public Vector3 PolarToCartesian(Vector2 polar, float radius)
Parameters
polar Vector2
radius float
Returns
- Vector3