Vixen
c7401864
csharp
public readonly record struct BehaviorServiceDefinition

One authored service: what it does, and on what schedule.

Read the guide page for this →

Fields and properties (3)

  • public BehaviorService Service

    What it does.

  • public float Interval

    How often, in seconds.

  • public float RandomDeviation

    How much to jitter it, from the agent's own stream.

Methods (1)

  • public BehaviorServiceDefinition(BehaviorService Service, float Interval, float RandomDeviation)

    One authored service: what it does, and on what schedule.

Used by (2)

  • BehaviorNodeDefinitionVixen.Ai
  • CompileStateVixen.Ai