Vixen
caa30e12
csharp
public sealed class QueryGeneratorContent

One generator, as a file holds it.

Read the guide page for this →

Remarks

⚠ Every member is settable, for the reason UtilityConsiderationContent's remarks give: the YAML binder takes part only in members it can write on both sides, so a get-only collection round-trips to nothing.

Fields and properties (8)

  • public QueryGeneratorKind Kind

    Which shape it makes.

  • public string Source

    The registered generator's name, for Registered.

  • public float Extent

    How far it reaches: a grid's extent, a circle's radius, a donut's outer, a cone's.

  • public float Inner

    A grid's spacing, or a donut's inner radius.

  • public int Rings

    A donut's rings, or a cone's arcs.

  • public int Points

    A circle's or a donut's or a cone's points per ring.

  • public float Degrees

    A cone's width, in degrees.

  • public bool AroundQuerier

    Whether it centres on the agent rather than on what the query is about.

Used by (9)

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