Vixen
caa30e12
csharp
public enum QueryGeneratorKind

Which shape of candidates a generator makes, as a file names it.

Read the guide page for this →

Remarks

⚠ Six kinds and a seventh that is a name. The shipped generators are arithmetic and a file can describe every one of them with four numbers; anything a project writes is Registered, resolved off the resolver by name. An enum with a member per project-defined generator would be one this repository has to grow for other people's games.

Fields and properties (6)

  • Grid

    A square grid on the ground.

  • Circle

    A ring at a fixed radius.

  • Donut

    Rings between two radii.

  • Cone

    A fan in front of the agent, aimed at the context.

  • CurrentLocation

    The one point the agent is standing on.

  • Registered

    Something the game registered by name on the resolver.

Used by (8)

  • QueryContentCompilerVixen.Ai
  • QueryContentTestsVixen.Ai.Tests
  • QueryGeneratorContentVixen.Ai
  • TypeRegistrationVixen.Ai
  • Vixen_Ai_QueryGeneratorContentSerializerVixen.Ai
  • QueryDocumentVixen.Editor.AssetEditors
  • QueryDocumentTestsVixen.Editor.AssetEditors.Tests
  • QueryViewVixen.Editor.AssetEditors