Struct DepthSurface
Depth surface settings.
Implements
IComponentData
IQueryTypeParameter
Inherited Members
Namespace: ProjectDawn.Navigation
Assembly: ProjectDawn.Navigation.dll
Syntax
public struct DepthSurface : IComponentData, IQueryTypeParameter
Fields
| Improve this Doc View SourceHeight
Cell count vertically.
Declaration
public int Height
Field Value
Type | Description |
---|---|
int |
Layers
Depth surface settings.
Declaration
public LayerMask Layers
Field Value
Type | Description |
---|---|
LayerMask |
Size
World space size.
Declaration
public float3 Size
Field Value
Type | Description |
---|---|
float3 |
Width
Cell count horizontally.
Declaration
public int Width
Field Value
Type | Description |
---|---|
int |
Properties
| Improve this Doc View SourceDefault
Returns default configuration.
Declaration
public static DepthSurface Default { get; }
Property Value
Type | Description |
---|---|
DepthSurface |
Implements
Unity.Entities.IComponentData
Unity.Entities.IQueryTypeParameter