@@ -640,7 +640,6 @@ export const componentDefinitionByName: {
640640 " core::GltfContainerLoadingState" : LwwComponentGetter <LastWriteWinElementSetComponentDefinition <PBGltfContainerLoadingState >>;
641641 " core::GltfNodeModifiers" : LwwComponentGetter <LastWriteWinElementSetComponentDefinition <PBGltfNodeModifiers >>;
642642 " core::InputModifier" : LwwComponentGetter <LastWriteWinElementSetComponentDefinition <PBInputModifier >>;
643- " core::LightSource" : LwwComponentGetter <LastWriteWinElementSetComponentDefinition <PBLightSource >>;
644643 " core::MainCamera" : LwwComponentGetter <LastWriteWinElementSetComponentDefinition <PBMainCamera >>;
645644 " core::Material" : LwwComponentGetter <LastWriteWinElementSetComponentDefinition <PBMaterial >>;
646645 " core::MeshCollider" : LwwComponentGetter <LastWriteWinElementSetComponentDefinition <PBMeshCollider >>;
@@ -1579,9 +1578,6 @@ export interface LastWriteWinElementSetComponentDefinition<T> extends BaseCompon
15791578 getOrNull(entity : Entity ): DeepReadonly <T > | null ;
15801579}
15811580
1582- // @public (undocumented)
1583- export const LightSource: LastWriteWinElementSetComponentDefinition <PBLightSource >;
1584-
15851581// @public
15861582export type Listeners = {
15871583 onMouseDown? : Callback ;
@@ -2252,8 +2248,8 @@ export interface PBAvatarShape {
22522248 expressionTriggerTimestamp? : number | undefined ;
22532249 eyeColor? : PBColor3 | undefined ;
22542250 hairColor? : PBColor3 | undefined ;
2251+ hideBody? : boolean | undefined ;
22552252 id: string ;
2256- isBodyInvisible? : boolean | undefined ;
22572253 name? : string | undefined ;
22582254 skinColor? : PBColor3 | undefined ;
22592255 talking? : boolean | undefined ;
@@ -2460,66 +2456,6 @@ export namespace PBInputModifier_StandardInput {
24602456 export function encode(message : PBInputModifier_StandardInput , writer ? : _m0 .Writer ): _m0 .Writer ;
24612457}
24622458
2463- // @public (undocumented)
2464- export interface PBLightSource {
2465- active? : boolean | undefined ;
2466- brightness? : number | undefined ;
2467- color? : PBColor3 | undefined ;
2468- range? : number | undefined ;
2469- // (undocumented)
2470- type? : {
2471- $case: " point" ;
2472- point: PBLightSource_Point ;
2473- } | {
2474- $case: " spot" ;
2475- spot: PBLightSource_Spot ;
2476- } | undefined ;
2477- }
2478-
2479- // @public (undocumented)
2480- export namespace PBLightSource {
2481- // (undocumented)
2482- export function decode(input : _m0 .Reader | Uint8Array , length ? : number ): PBLightSource ;
2483- // (undocumented)
2484- export function encode(message : PBLightSource , writer ? : _m0 .Writer ): _m0 .Writer ;
2485- }
2486-
2487- // @public (undocumented)
2488- export interface PBLightSource_Point {
2489- shadow? : PBLightSource_ShadowType | undefined ;
2490- }
2491-
2492- // @public (undocumented)
2493- export namespace PBLightSource_Point {
2494- // (undocumented)
2495- export function decode(input : _m0 .Reader | Uint8Array , length ? : number ): PBLightSource_Point ;
2496- // (undocumented)
2497- export function encode(message : PBLightSource_Point , writer ? : _m0 .Writer ): _m0 .Writer ;
2498- }
2499-
2500- // @public (undocumented)
2501- export const enum PBLightSource_ShadowType {
2502- ST_HARD = 2 ,
2503- ST_NONE = 0 ,
2504- ST_SOFT = 1
2505- }
2506-
2507- // @public (undocumented)
2508- export interface PBLightSource_Spot {
2509- innerAngle? : number | undefined ;
2510- outerAngle? : number | undefined ;
2511- shadow? : PBLightSource_ShadowType | undefined ;
2512- shadowMaskTexture? : TextureUnion | undefined ;
2513- }
2514-
2515- // @public (undocumented)
2516- export namespace PBLightSource_Spot {
2517- // (undocumented)
2518- export function decode(input : _m0 .Reader | Uint8Array , length ? : number ): PBLightSource_Spot ;
2519- // (undocumented)
2520- export function encode(message : PBLightSource_Spot , writer ? : _m0 .Writer ): _m0 .Writer ;
2521- }
2522-
25232459// @public (undocumented)
25242460export interface PBMainCamera {
25252461 virtualCameraEntity? : number | undefined ;
@@ -3416,7 +3352,6 @@ export namespace PBVideoPlayer {
34163352export interface PBVirtualCamera {
34173353 // (undocumented)
34183354 defaultTransition? : CameraTransition | undefined ;
3419- fov? : number | undefined ;
34203355 // (undocumented)
34213356 lookAtEntity? : number | undefined ;
34223357}
0 commit comments