VisualServerInstanceType Enumeration |
[Missing <summary> documentation for "T:Godot.VisualServer.InstanceType"]
Namespace: Godot
public enum InstanceType
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | The instance does not have a type. | |
| Mesh | 1 | The instance is a mesh. | |
| Multimesh | 2 | The instance is a multimesh. | |
| Immediate | 3 | The instance is an immediate geometry. | |
| Particles | 4 | The instance is a particle emitter. | |
| Light | 5 | The instance is a light. | |
| ReflectionProbe | 6 | The instance is a reflection probe. | |
| GiProbe | 7 | The instance is a GI probe. | |
| LightmapCapture | 8 | The instance is a lightmap capture. | |
| Max | 9 | Represents the size of the VisualServerInstanceType enum. | |
| GeometryMask | 30 | A combination of the flags of geometry instances (mesh, multimesh, immediate and particles). |