Struct GetFocusTargetSettings
Assembly: Dew.Core.dll
Syntax
public struct GetFocusTargetSettings
Fields
angleLimit
Declaration
public Vector2 angleLimit
Field Value
| Type |
Description |
| UnityEngine.Vector2 |
|
cacheData
Declaration
public GetFocusTargetCacheData cacheData
Field Value
condition
When condition is not null, focusable groups will be ignored.
Declaration
public Func<IGamepadFocusable, bool> condition
Field Value
customScoreFunc
Declaration
public Func<IGamepadFocusable, float> customScoreFunc
Field Value
direction
Declaration
Field Value
| Type |
Description |
| UnityEngine.Vector3 |
|
normalizedDistLimit
Declaration
public Vector2 normalizedDistLimit
Field Value
| Type |
Description |
| UnityEngine.Vector2 |
|
normalizedPerpendicularDistLimit
Declaration
public Vector2 normalizedPerpendicularDistLimit
Field Value
| Type |
Description |
| UnityEngine.Vector2 |
|
useCenterOfRect
Declaration
public bool useCenterOfRect
Field Value