Struct CrowdObstacleSplat
Implements
ICleanupComponentData
IComponentData
IQueryTypeParameter
Assembly: ProjectDawn.Navigation.dll
Syntax
public struct CrowdObstacleSplat : ICleanupComponentData, IComponentData, IQueryTypeParameter, IEquatable<CrowdObstacleSplat>
Fields
|
Improve this Doc
View Source
Position
Declaration
Field Value
|
Improve this Doc
View Source
Size
Declaration
Field Value
|
Improve this Doc
View Source
Type
Declaration
public CrowdObstacleType Type
Field Value
Methods
|
Improve this Doc
View Source
Equals(CrowdObstacleSplat)
Declaration
public bool Equals(CrowdObstacleSplat other)
Parameters
Returns
|
Improve this Doc
View Source
Equals(object)
Declaration
public override bool Equals(object other)
Parameters
Type |
Name |
Description |
object |
other |
|
Returns
Overrides
|
Improve this Doc
View Source
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Overrides
Operators
|
Improve this Doc
View Source
operator ==(in CrowdObstacleSplat, in CrowdObstacleSplat)
Declaration
public static bool operator ==(in CrowdObstacleSplat lhs, in CrowdObstacleSplat rhs)
Parameters
Returns
|
Improve this Doc
View Source
operator !=(in CrowdObstacleSplat, in CrowdObstacleSplat)
Declaration
public static bool operator !=(in CrowdObstacleSplat lhs, in CrowdObstacleSplat rhs)
Parameters
Returns
Implements
Unity.Entities.ICleanupComponentData
Unity.Entities.IComponentData
Unity.Entities.IQueryTypeParameter