Class AdaptiveGazeTarget
Namespace: i5.VirtualAgents
Assembly: cs.temp.dll.dll
Syntax
public class AdaptiveGazeTarget : MonoBehaviour
Fields
canCurrentlyBeLookedAt
Can be used to switch the object's perceivability off. This is de/activated by the item component, when the item is dropped/picked up.
Declaration
public bool canCurrentlyBeLookedAt
Field Value
Type | Description |
---|---|
Boolean |
importance
The importance of the item for the agent. The higher the value, the more liekly it is the agent to look at it. Increases during runtime resets novelty for the agent
Declaration
public float importance
Field Value
Type | Description |
---|---|
Single |