Click or drag to resize

VisualServerInstanceType Enumeration

[Missing <summary> documentation for "T:Godot.VisualServer.InstanceType"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public enum InstanceType
Members
  Member nameValueDescription
None0

The instance does not have a type.

Mesh1

The instance is a mesh.

Multimesh2

The instance is a multimesh.

Immediate3

The instance is an immediate geometry.

Particles4

The instance is a particle emitter.

Light5

The instance is a light.

ReflectionProbe6

The instance is a reflection probe.

GiProbe7

The instance is a GI probe.

LightmapCapture8

The instance is a lightmap capture.

Max9

Represents the size of the VisualServerInstanceType enum.

GeometryMask30

A combination of the flags of geometry instances (mesh, multimesh, immediate and particles).

See Also