Click or drag to resize

RenderingEffect_ReflectionTechnique Property

The used technique of the effect. When Auto mode is enabled the reflections are generated by the global illumination (Indirect Lighting component).

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2023.1.2.0 (2023.1.2.0)
Syntax
C#
public Reference<RenderingEffect_ReflectionTechniqueEnum> Technique { get; set; }

Property Value

Type: ReferenceRenderingEffect_ReflectionTechniqueEnum
See Also