Enum VisualServerSingleton.InstanceType

enum InstanceType : int { ... }

Enum members

NameDescription
instanceGeometryMask A combination of the flags of geometry instances (mesh, multimesh, immediate and particles).
instanceGiProbe The instance is a GI probe.
instanceImmediate The instance is an immediate geometry.
instanceLight The instance is a light.
instanceLightmapCapture The instance is a lightmap capture.
instanceMax Represents the size of the instancetype enum.
instanceMesh The instance is a mesh.
instanceMultimesh The instance is a multimesh.
instanceNone The instance does not have a type.
instanceParticles The instance is a particle emitter.
instanceReflectionProbe The instance is a reflection probe.