mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 07:17:42 -05:00
Added external camera feed from external plugin on Android
This commit is contained in:
committed by
maxime.chambefort
parent
db66bd35af
commit
6f846eb5c5
@@ -1179,6 +1179,7 @@ public:
|
||||
virtual void environment_set_bg_energy(RID p_env, float p_multiplier, float p_exposure_value) = 0;
|
||||
virtual void environment_set_canvas_max_layer(RID p_env, int p_max_layer) = 0;
|
||||
virtual void environment_set_ambient_light(RID p_env, const Color &p_color, EnvironmentAmbientSource p_ambient = ENV_AMBIENT_SOURCE_BG, float p_energy = 1.0, float p_sky_contribution = 0.0, EnvironmentReflectionSource p_reflection_source = ENV_REFLECTION_SOURCE_BG) = 0;
|
||||
virtual void environment_set_camera_feed_id(RID p_env, int p_camera_feed_id) = 0;
|
||||
|
||||
enum EnvironmentGlowBlendMode {
|
||||
ENV_GLOW_BLEND_MODE_ADDITIVE,
|
||||
|
||||
Reference in New Issue
Block a user