csharp
public readonly record struct BehaviorServiceDefinitionOne authored service: what it does, and on what schedule.
Fields and properties (3)
public BehaviorService ServiceWhat it does.
public float IntervalHow often, in seconds.
public float RandomDeviationHow 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