From daceea4758ebfd1ebfa673c206079f0cdca8c76c Mon Sep 17 00:00:00 2001 From: Pravus Date: Fri, 13 Sep 2024 17:19:23 +0200 Subject: [PATCH] updated comment --- proto/decentraland/sdk/components/virtual_camera.proto | 2 ++ 1 file changed, 2 insertions(+) diff --git a/proto/decentraland/sdk/components/virtual_camera.proto b/proto/decentraland/sdk/components/virtual_camera.proto index 94302069..2d481bd2 100644 --- a/proto/decentraland/sdk/components/virtual_camera.proto +++ b/proto/decentraland/sdk/components/virtual_camera.proto @@ -6,8 +6,10 @@ import "decentraland/sdk/components/common/id.proto"; option (common.ecs_component_id) = 1076; // PBVirtualCamera represents a camera to be used at some point in time during the scene execution + // * The defaultTransition represents the transition TOWARDS this camera. If there is none, it's treated as // an 'instant' transition (like using speed/time = 0) + // * The lookAtEntity defines to which entity the Camera has to look at constantly (independent from // the holding entity transform). message PBVirtualCamera {