Struct DepthWorlds
Implements
IComponentData
IQueryTypeParameter
Inherited Members
Namespace: ProjectDawn.Navigation
Assembly: ProjectDawn.Navigation.dll
Syntax
public struct DepthWorlds : IComponentData, IQueryTypeParameter
Methods
| Improve this Doc View SourceAddWorld(DepthWorld)
Declaration
public void AddWorld(DepthWorld world)
Parameters
| Type | Name | Description |
|---|---|---|
| DepthWorld | world |
RemoveWorld(DepthWorld)
Declaration
public void RemoveWorld(DepthWorld world)
Parameters
| Type | Name | Description |
|---|---|---|
| DepthWorld | world |
TryGetWorld(float3, out DepthWorld)
Declaration
public bool TryGetWorld(float3 position, out DepthWorld world)
Parameters
| Type | Name | Description |
|---|---|---|
| float3 | position | |
| DepthWorld | world |
Returns
| Type | Description |
|---|---|
| bool |
Implements
Unity.Entities.IComponentData
Unity.Entities.IQueryTypeParameter