Enum RenderingServer.InstanceType
- Namespace
- Godot
- Assembly
- GodotSharp.dll
public enum RenderingServer.InstanceType : long
Fields
Decal = 7The instance is a decal.
FogVolume = 12The instance is a fog volume.
GeometryMask = 14A combination of the flags of geometry instances (mesh, multimesh, immediate and particles).
Light = 5The instance is a light.
Lightmap = 9The instance is a lightmap.
Max = 13Represents the size of the RenderingServer.InstanceType enum.
Mesh = 1The instance is a mesh.
Multimesh = 2The instance is a multimesh.
None = 0The instance does not have a type.
Occluder = 10The instance is an occlusion culling occluder.
Particles = 3The instance is a particle emitter.
ParticlesCollision = 4The instance is a GPUParticles collision shape.
ReflectionProbe = 6The instance is a reflection probe.
VisiblityNotifier = 11The instance is a visible on-screen notifier.
VoxelGI = 8The instance is a VoxelGI.