Struct CollisionCheckSettings
Assembly: Dew.Core.dll
Syntax
public struct CollisionCheckSettings
Fields
DistanceFromCenter
Declaration
public static readonly Comparer<Entity> DistanceFromCenter
Field Value
| Type |
Description |
| System.Collections.Generic.Comparer<T><Entity> |
|
DistanceFromPivot
Declaration
public static readonly Comparer<Entity> DistanceFromPivot
Field Value
| Type |
Description |
| System.Collections.Generic.Comparer<T><Entity> |
|
includeUncollidable
Declaration
public bool includeUncollidable
Field Value
None
Declaration
public static readonly Comparer<Entity> None
Field Value
| Type |
Description |
| System.Collections.Generic.Comparer<T><Entity> |
|
pivot
Declaration
public static Vector3 pivot
Field Value
| Type |
Description |
| UnityEngine.Vector3 |
|
Random
Declaration
public static readonly Comparer<Entity> Random
Field Value
| Type |
Description |
| System.Collections.Generic.Comparer<T><Entity> |
|
sortComparer
Declaration
public IComparer<Entity> sortComparer
Field Value
| Type |
Description |
| System.Collections.Generic.IComparer<T><Entity> |
|