hytopia 0.1.67 → 0.1.69
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/docs/server.sceneui.md +33 -0
- package/docs/server.sceneui.setviewdistance.md +53 -0
- package/docs/server.sceneui.viewdistance.md +11 -0
- package/docs/server.sceneuioptions.md +19 -0
- package/docs/server.sceneuioptions.viewdistance.md +13 -0
- package/docs/server.world.ambientlightcolor.md +13 -0
- package/docs/server.world.ambientlightintensity.md +13 -0
- package/docs/server.world.directionallightcolor.md +13 -0
- package/docs/server.world.directionallightintensity.md +13 -0
- package/docs/server.world.directionallightposition.md +13 -0
- package/docs/server.world.md +175 -0
- package/docs/server.world.setambientlightcolor.md +53 -0
- package/docs/server.world.setambientlightintensity.md +53 -0
- package/docs/server.world.setdirectionallightcolor.md +53 -0
- package/docs/server.world.setdirectionallightintensity.md +53 -0
- package/docs/server.world.setdirectionallightposition.md +53 -0
- package/docs/server.worldoptions.ambientlightcolor.md +13 -0
- package/docs/server.worldoptions.ambientlightintensity.md +13 -0
- package/docs/server.worldoptions.directionallightcolor.md +13 -0
- package/docs/server.worldoptions.directionallightintensity.md +13 -0
- package/docs/server.worldoptions.directionallightposition.md +13 -0
- package/docs/server.worldoptions.md +95 -0
- package/package.json +1 -1
- package/server.api.json +653 -14
- package/server.d.ts +60 -0
- package/server.js +87 -87
package/server.api.json
CHANGED
@@ -24754,6 +24754,54 @@
|
|
24754
24754
|
"isAbstract": false,
|
24755
24755
|
"name": "setState"
|
24756
24756
|
},
|
24757
|
+
{
|
24758
|
+
"kind": "Method",
|
24759
|
+
"canonicalReference": "server!SceneUI#setViewDistance:member(1)",
|
24760
|
+
"docComment": "/**\n * Sets the view distance of the SceneUI.\n *\n * @param viewDistance - The view distance in the world.\n */\n",
|
24761
|
+
"excerptTokens": [
|
24762
|
+
{
|
24763
|
+
"kind": "Content",
|
24764
|
+
"text": "setViewDistance(viewDistance: "
|
24765
|
+
},
|
24766
|
+
{
|
24767
|
+
"kind": "Content",
|
24768
|
+
"text": "number"
|
24769
|
+
},
|
24770
|
+
{
|
24771
|
+
"kind": "Content",
|
24772
|
+
"text": "): "
|
24773
|
+
},
|
24774
|
+
{
|
24775
|
+
"kind": "Content",
|
24776
|
+
"text": "void"
|
24777
|
+
},
|
24778
|
+
{
|
24779
|
+
"kind": "Content",
|
24780
|
+
"text": ";"
|
24781
|
+
}
|
24782
|
+
],
|
24783
|
+
"isStatic": false,
|
24784
|
+
"returnTypeTokenRange": {
|
24785
|
+
"startIndex": 3,
|
24786
|
+
"endIndex": 4
|
24787
|
+
},
|
24788
|
+
"releaseTag": "Public",
|
24789
|
+
"isProtected": false,
|
24790
|
+
"overloadIndex": 1,
|
24791
|
+
"parameters": [
|
24792
|
+
{
|
24793
|
+
"parameterName": "viewDistance",
|
24794
|
+
"parameterTypeTokenRange": {
|
24795
|
+
"startIndex": 1,
|
24796
|
+
"endIndex": 2
|
24797
|
+
},
|
24798
|
+
"isOptional": false
|
24799
|
+
}
|
24800
|
+
],
|
24801
|
+
"isOptional": false,
|
24802
|
+
"isAbstract": false,
|
24803
|
+
"name": "setViewDistance"
|
24804
|
+
},
|
24757
24805
|
{
|
24758
24806
|
"kind": "Property",
|
24759
24807
|
"canonicalReference": "server!SceneUI#state:member",
|
@@ -24850,6 +24898,36 @@
|
|
24850
24898
|
"isAbstract": false,
|
24851
24899
|
"name": "unload"
|
24852
24900
|
},
|
24901
|
+
{
|
24902
|
+
"kind": "Property",
|
24903
|
+
"canonicalReference": "server!SceneUI#viewDistance:member",
|
24904
|
+
"docComment": "",
|
24905
|
+
"excerptTokens": [
|
24906
|
+
{
|
24907
|
+
"kind": "Content",
|
24908
|
+
"text": "get viewDistance(): "
|
24909
|
+
},
|
24910
|
+
{
|
24911
|
+
"kind": "Content",
|
24912
|
+
"text": "number | undefined"
|
24913
|
+
},
|
24914
|
+
{
|
24915
|
+
"kind": "Content",
|
24916
|
+
"text": ";"
|
24917
|
+
}
|
24918
|
+
],
|
24919
|
+
"isReadonly": true,
|
24920
|
+
"isOptional": false,
|
24921
|
+
"releaseTag": "Public",
|
24922
|
+
"name": "viewDistance",
|
24923
|
+
"propertyTypeTokenRange": {
|
24924
|
+
"startIndex": 1,
|
24925
|
+
"endIndex": 2
|
24926
|
+
},
|
24927
|
+
"isStatic": false,
|
24928
|
+
"isProtected": false,
|
24929
|
+
"isAbstract": false
|
24930
|
+
},
|
24853
24931
|
{
|
24854
24932
|
"kind": "Property",
|
24855
24933
|
"canonicalReference": "server!SceneUI#world:member",
|
@@ -25234,6 +25312,33 @@
|
|
25234
25312
|
"startIndex": 1,
|
25235
25313
|
"endIndex": 2
|
25236
25314
|
}
|
25315
|
+
},
|
25316
|
+
{
|
25317
|
+
"kind": "PropertySignature",
|
25318
|
+
"canonicalReference": "server!SceneUIOptions#viewDistance:member",
|
25319
|
+
"docComment": "/**\n * The maximum view distance the SceneUI will be visible to the player\n */\n",
|
25320
|
+
"excerptTokens": [
|
25321
|
+
{
|
25322
|
+
"kind": "Content",
|
25323
|
+
"text": "viewDistance?: "
|
25324
|
+
},
|
25325
|
+
{
|
25326
|
+
"kind": "Content",
|
25327
|
+
"text": "number"
|
25328
|
+
},
|
25329
|
+
{
|
25330
|
+
"kind": "Content",
|
25331
|
+
"text": ";"
|
25332
|
+
}
|
25333
|
+
],
|
25334
|
+
"isReadonly": false,
|
25335
|
+
"isOptional": true,
|
25336
|
+
"releaseTag": "Public",
|
25337
|
+
"name": "viewDistance",
|
25338
|
+
"propertyTypeTokenRange": {
|
25339
|
+
"startIndex": 1,
|
25340
|
+
"endIndex": 2
|
25341
|
+
}
|
25237
25342
|
}
|
25238
25343
|
],
|
25239
25344
|
"extendsTokenRanges": []
|
@@ -27714,6 +27819,67 @@
|
|
27714
27819
|
}
|
27715
27820
|
]
|
27716
27821
|
},
|
27822
|
+
{
|
27823
|
+
"kind": "Property",
|
27824
|
+
"canonicalReference": "server!World#ambientLightColor:member",
|
27825
|
+
"docComment": "/**\n * The color of the ambient light.\n */\n",
|
27826
|
+
"excerptTokens": [
|
27827
|
+
{
|
27828
|
+
"kind": "Content",
|
27829
|
+
"text": "get ambientLightColor(): "
|
27830
|
+
},
|
27831
|
+
{
|
27832
|
+
"kind": "Reference",
|
27833
|
+
"text": "RgbColor",
|
27834
|
+
"canonicalReference": "server!RgbColor:interface"
|
27835
|
+
},
|
27836
|
+
{
|
27837
|
+
"kind": "Content",
|
27838
|
+
"text": ";"
|
27839
|
+
}
|
27840
|
+
],
|
27841
|
+
"isReadonly": true,
|
27842
|
+
"isOptional": false,
|
27843
|
+
"releaseTag": "Public",
|
27844
|
+
"name": "ambientLightColor",
|
27845
|
+
"propertyTypeTokenRange": {
|
27846
|
+
"startIndex": 1,
|
27847
|
+
"endIndex": 2
|
27848
|
+
},
|
27849
|
+
"isStatic": false,
|
27850
|
+
"isProtected": false,
|
27851
|
+
"isAbstract": false
|
27852
|
+
},
|
27853
|
+
{
|
27854
|
+
"kind": "Property",
|
27855
|
+
"canonicalReference": "server!World#ambientLightIntensity:member",
|
27856
|
+
"docComment": "/**\n * The intensity of the ambient light.\n */\n",
|
27857
|
+
"excerptTokens": [
|
27858
|
+
{
|
27859
|
+
"kind": "Content",
|
27860
|
+
"text": "get ambientLightIntensity(): "
|
27861
|
+
},
|
27862
|
+
{
|
27863
|
+
"kind": "Content",
|
27864
|
+
"text": "number"
|
27865
|
+
},
|
27866
|
+
{
|
27867
|
+
"kind": "Content",
|
27868
|
+
"text": ";"
|
27869
|
+
}
|
27870
|
+
],
|
27871
|
+
"isReadonly": true,
|
27872
|
+
"isOptional": false,
|
27873
|
+
"releaseTag": "Public",
|
27874
|
+
"name": "ambientLightIntensity",
|
27875
|
+
"propertyTypeTokenRange": {
|
27876
|
+
"startIndex": 1,
|
27877
|
+
"endIndex": 2
|
27878
|
+
},
|
27879
|
+
"isStatic": false,
|
27880
|
+
"isProtected": false,
|
27881
|
+
"isAbstract": false
|
27882
|
+
},
|
27717
27883
|
{
|
27718
27884
|
"kind": "Property",
|
27719
27885
|
"canonicalReference": "server!World#audioManager:member",
|
@@ -27838,6 +28004,98 @@
|
|
27838
28004
|
"isProtected": false,
|
27839
28005
|
"isAbstract": false
|
27840
28006
|
},
|
28007
|
+
{
|
28008
|
+
"kind": "Property",
|
28009
|
+
"canonicalReference": "server!World#directionalLightColor:member",
|
28010
|
+
"docComment": "/**\n * The color of the directional light.\n */\n",
|
28011
|
+
"excerptTokens": [
|
28012
|
+
{
|
28013
|
+
"kind": "Content",
|
28014
|
+
"text": "get directionalLightColor(): "
|
28015
|
+
},
|
28016
|
+
{
|
28017
|
+
"kind": "Reference",
|
28018
|
+
"text": "RgbColor",
|
28019
|
+
"canonicalReference": "server!RgbColor:interface"
|
28020
|
+
},
|
28021
|
+
{
|
28022
|
+
"kind": "Content",
|
28023
|
+
"text": ";"
|
28024
|
+
}
|
28025
|
+
],
|
28026
|
+
"isReadonly": true,
|
28027
|
+
"isOptional": false,
|
28028
|
+
"releaseTag": "Public",
|
28029
|
+
"name": "directionalLightColor",
|
28030
|
+
"propertyTypeTokenRange": {
|
28031
|
+
"startIndex": 1,
|
28032
|
+
"endIndex": 2
|
28033
|
+
},
|
28034
|
+
"isStatic": false,
|
28035
|
+
"isProtected": false,
|
28036
|
+
"isAbstract": false
|
28037
|
+
},
|
28038
|
+
{
|
28039
|
+
"kind": "Property",
|
28040
|
+
"canonicalReference": "server!World#directionalLightIntensity:member",
|
28041
|
+
"docComment": "/**\n * The intensity of the directional light.\n */\n",
|
28042
|
+
"excerptTokens": [
|
28043
|
+
{
|
28044
|
+
"kind": "Content",
|
28045
|
+
"text": "get directionalLightIntensity(): "
|
28046
|
+
},
|
28047
|
+
{
|
28048
|
+
"kind": "Content",
|
28049
|
+
"text": "number"
|
28050
|
+
},
|
28051
|
+
{
|
28052
|
+
"kind": "Content",
|
28053
|
+
"text": ";"
|
28054
|
+
}
|
28055
|
+
],
|
28056
|
+
"isReadonly": true,
|
28057
|
+
"isOptional": false,
|
28058
|
+
"releaseTag": "Public",
|
28059
|
+
"name": "directionalLightIntensity",
|
28060
|
+
"propertyTypeTokenRange": {
|
28061
|
+
"startIndex": 1,
|
28062
|
+
"endIndex": 2
|
28063
|
+
},
|
28064
|
+
"isStatic": false,
|
28065
|
+
"isProtected": false,
|
28066
|
+
"isAbstract": false
|
28067
|
+
},
|
28068
|
+
{
|
28069
|
+
"kind": "Property",
|
28070
|
+
"canonicalReference": "server!World#directionalLightPosition:member",
|
28071
|
+
"docComment": "/**\n * The position the directional light originates from.\n */\n",
|
28072
|
+
"excerptTokens": [
|
28073
|
+
{
|
28074
|
+
"kind": "Content",
|
28075
|
+
"text": "get directionalLightPosition(): "
|
28076
|
+
},
|
28077
|
+
{
|
28078
|
+
"kind": "Reference",
|
28079
|
+
"text": "Vector3Like",
|
28080
|
+
"canonicalReference": "server!Vector3Like:interface"
|
28081
|
+
},
|
28082
|
+
{
|
28083
|
+
"kind": "Content",
|
28084
|
+
"text": ";"
|
28085
|
+
}
|
28086
|
+
],
|
28087
|
+
"isReadonly": true,
|
28088
|
+
"isOptional": false,
|
28089
|
+
"releaseTag": "Public",
|
28090
|
+
"name": "directionalLightPosition",
|
28091
|
+
"propertyTypeTokenRange": {
|
28092
|
+
"startIndex": 1,
|
28093
|
+
"endIndex": 2
|
28094
|
+
},
|
28095
|
+
"isStatic": false,
|
28096
|
+
"isProtected": false,
|
28097
|
+
"isAbstract": false
|
28098
|
+
},
|
27841
28099
|
{
|
27842
28100
|
"kind": "Property",
|
27843
28101
|
"canonicalReference": "server!World#entityManager:member",
|
@@ -28150,32 +28408,275 @@
|
|
28150
28408
|
"isAbstract": false
|
28151
28409
|
},
|
28152
28410
|
{
|
28153
|
-
"kind": "
|
28154
|
-
"canonicalReference": "server!World#
|
28155
|
-
"docComment": "/**\n * The
|
28411
|
+
"kind": "Method",
|
28412
|
+
"canonicalReference": "server!World#setAmbientLightColor:member(1)",
|
28413
|
+
"docComment": "/**\n * Sets the color of the ambient light.\n *\n * @param color - The color of the light.\n */\n",
|
28156
28414
|
"excerptTokens": [
|
28157
28415
|
{
|
28158
28416
|
"kind": "Content",
|
28159
|
-
"text": "
|
28417
|
+
"text": "setAmbientLightColor(color: "
|
28160
28418
|
},
|
28161
28419
|
{
|
28162
28420
|
"kind": "Reference",
|
28163
|
-
"text": "
|
28164
|
-
"canonicalReference": "server!
|
28421
|
+
"text": "RgbColor",
|
28422
|
+
"canonicalReference": "server!RgbColor:interface"
|
28423
|
+
},
|
28424
|
+
{
|
28425
|
+
"kind": "Content",
|
28426
|
+
"text": "): "
|
28427
|
+
},
|
28428
|
+
{
|
28429
|
+
"kind": "Content",
|
28430
|
+
"text": "void"
|
28165
28431
|
},
|
28166
28432
|
{
|
28167
28433
|
"kind": "Content",
|
28168
28434
|
"text": ";"
|
28169
28435
|
}
|
28170
28436
|
],
|
28171
|
-
"
|
28172
|
-
"
|
28173
|
-
|
28174
|
-
|
28175
|
-
|
28176
|
-
|
28177
|
-
|
28178
|
-
|
28437
|
+
"isStatic": false,
|
28438
|
+
"returnTypeTokenRange": {
|
28439
|
+
"startIndex": 3,
|
28440
|
+
"endIndex": 4
|
28441
|
+
},
|
28442
|
+
"releaseTag": "Public",
|
28443
|
+
"isProtected": false,
|
28444
|
+
"overloadIndex": 1,
|
28445
|
+
"parameters": [
|
28446
|
+
{
|
28447
|
+
"parameterName": "color",
|
28448
|
+
"parameterTypeTokenRange": {
|
28449
|
+
"startIndex": 1,
|
28450
|
+
"endIndex": 2
|
28451
|
+
},
|
28452
|
+
"isOptional": false
|
28453
|
+
}
|
28454
|
+
],
|
28455
|
+
"isOptional": false,
|
28456
|
+
"isAbstract": false,
|
28457
|
+
"name": "setAmbientLightColor"
|
28458
|
+
},
|
28459
|
+
{
|
28460
|
+
"kind": "Method",
|
28461
|
+
"canonicalReference": "server!World#setAmbientLightIntensity:member(1)",
|
28462
|
+
"docComment": "/**\n * Sets the intensity of the ambient light.\n *\n * @param intensity - The intensity.\n */\n",
|
28463
|
+
"excerptTokens": [
|
28464
|
+
{
|
28465
|
+
"kind": "Content",
|
28466
|
+
"text": "setAmbientLightIntensity(intensity: "
|
28467
|
+
},
|
28468
|
+
{
|
28469
|
+
"kind": "Content",
|
28470
|
+
"text": "number"
|
28471
|
+
},
|
28472
|
+
{
|
28473
|
+
"kind": "Content",
|
28474
|
+
"text": "): "
|
28475
|
+
},
|
28476
|
+
{
|
28477
|
+
"kind": "Content",
|
28478
|
+
"text": "void"
|
28479
|
+
},
|
28480
|
+
{
|
28481
|
+
"kind": "Content",
|
28482
|
+
"text": ";"
|
28483
|
+
}
|
28484
|
+
],
|
28485
|
+
"isStatic": false,
|
28486
|
+
"returnTypeTokenRange": {
|
28487
|
+
"startIndex": 3,
|
28488
|
+
"endIndex": 4
|
28489
|
+
},
|
28490
|
+
"releaseTag": "Public",
|
28491
|
+
"isProtected": false,
|
28492
|
+
"overloadIndex": 1,
|
28493
|
+
"parameters": [
|
28494
|
+
{
|
28495
|
+
"parameterName": "intensity",
|
28496
|
+
"parameterTypeTokenRange": {
|
28497
|
+
"startIndex": 1,
|
28498
|
+
"endIndex": 2
|
28499
|
+
},
|
28500
|
+
"isOptional": false
|
28501
|
+
}
|
28502
|
+
],
|
28503
|
+
"isOptional": false,
|
28504
|
+
"isAbstract": false,
|
28505
|
+
"name": "setAmbientLightIntensity"
|
28506
|
+
},
|
28507
|
+
{
|
28508
|
+
"kind": "Method",
|
28509
|
+
"canonicalReference": "server!World#setDirectionalLightColor:member(1)",
|
28510
|
+
"docComment": "/**\n * Sets the color of the directional light.\n *\n * @param color - The color of the light.\n */\n",
|
28511
|
+
"excerptTokens": [
|
28512
|
+
{
|
28513
|
+
"kind": "Content",
|
28514
|
+
"text": "setDirectionalLightColor(color: "
|
28515
|
+
},
|
28516
|
+
{
|
28517
|
+
"kind": "Reference",
|
28518
|
+
"text": "RgbColor",
|
28519
|
+
"canonicalReference": "server!RgbColor:interface"
|
28520
|
+
},
|
28521
|
+
{
|
28522
|
+
"kind": "Content",
|
28523
|
+
"text": "): "
|
28524
|
+
},
|
28525
|
+
{
|
28526
|
+
"kind": "Content",
|
28527
|
+
"text": "void"
|
28528
|
+
},
|
28529
|
+
{
|
28530
|
+
"kind": "Content",
|
28531
|
+
"text": ";"
|
28532
|
+
}
|
28533
|
+
],
|
28534
|
+
"isStatic": false,
|
28535
|
+
"returnTypeTokenRange": {
|
28536
|
+
"startIndex": 3,
|
28537
|
+
"endIndex": 4
|
28538
|
+
},
|
28539
|
+
"releaseTag": "Public",
|
28540
|
+
"isProtected": false,
|
28541
|
+
"overloadIndex": 1,
|
28542
|
+
"parameters": [
|
28543
|
+
{
|
28544
|
+
"parameterName": "color",
|
28545
|
+
"parameterTypeTokenRange": {
|
28546
|
+
"startIndex": 1,
|
28547
|
+
"endIndex": 2
|
28548
|
+
},
|
28549
|
+
"isOptional": false
|
28550
|
+
}
|
28551
|
+
],
|
28552
|
+
"isOptional": false,
|
28553
|
+
"isAbstract": false,
|
28554
|
+
"name": "setDirectionalLightColor"
|
28555
|
+
},
|
28556
|
+
{
|
28557
|
+
"kind": "Method",
|
28558
|
+
"canonicalReference": "server!World#setDirectionalLightIntensity:member(1)",
|
28559
|
+
"docComment": "/**\n * Sets the intensity of the directional light.\n *\n * @param intensity - The intensity.\n */\n",
|
28560
|
+
"excerptTokens": [
|
28561
|
+
{
|
28562
|
+
"kind": "Content",
|
28563
|
+
"text": "setDirectionalLightIntensity(intensity: "
|
28564
|
+
},
|
28565
|
+
{
|
28566
|
+
"kind": "Content",
|
28567
|
+
"text": "number"
|
28568
|
+
},
|
28569
|
+
{
|
28570
|
+
"kind": "Content",
|
28571
|
+
"text": "): "
|
28572
|
+
},
|
28573
|
+
{
|
28574
|
+
"kind": "Content",
|
28575
|
+
"text": "void"
|
28576
|
+
},
|
28577
|
+
{
|
28578
|
+
"kind": "Content",
|
28579
|
+
"text": ";"
|
28580
|
+
}
|
28581
|
+
],
|
28582
|
+
"isStatic": false,
|
28583
|
+
"returnTypeTokenRange": {
|
28584
|
+
"startIndex": 3,
|
28585
|
+
"endIndex": 4
|
28586
|
+
},
|
28587
|
+
"releaseTag": "Public",
|
28588
|
+
"isProtected": false,
|
28589
|
+
"overloadIndex": 1,
|
28590
|
+
"parameters": [
|
28591
|
+
{
|
28592
|
+
"parameterName": "intensity",
|
28593
|
+
"parameterTypeTokenRange": {
|
28594
|
+
"startIndex": 1,
|
28595
|
+
"endIndex": 2
|
28596
|
+
},
|
28597
|
+
"isOptional": false
|
28598
|
+
}
|
28599
|
+
],
|
28600
|
+
"isOptional": false,
|
28601
|
+
"isAbstract": false,
|
28602
|
+
"name": "setDirectionalLightIntensity"
|
28603
|
+
},
|
28604
|
+
{
|
28605
|
+
"kind": "Method",
|
28606
|
+
"canonicalReference": "server!World#setDirectionalLightPosition:member(1)",
|
28607
|
+
"docComment": "/**\n * Sets the position the directional light originates from.\n *\n * @param position - The position in the world.\n */\n",
|
28608
|
+
"excerptTokens": [
|
28609
|
+
{
|
28610
|
+
"kind": "Content",
|
28611
|
+
"text": "setDirectionalLightPosition(position: "
|
28612
|
+
},
|
28613
|
+
{
|
28614
|
+
"kind": "Reference",
|
28615
|
+
"text": "Vector3Like",
|
28616
|
+
"canonicalReference": "server!Vector3Like:interface"
|
28617
|
+
},
|
28618
|
+
{
|
28619
|
+
"kind": "Content",
|
28620
|
+
"text": "): "
|
28621
|
+
},
|
28622
|
+
{
|
28623
|
+
"kind": "Content",
|
28624
|
+
"text": "void"
|
28625
|
+
},
|
28626
|
+
{
|
28627
|
+
"kind": "Content",
|
28628
|
+
"text": ";"
|
28629
|
+
}
|
28630
|
+
],
|
28631
|
+
"isStatic": false,
|
28632
|
+
"returnTypeTokenRange": {
|
28633
|
+
"startIndex": 3,
|
28634
|
+
"endIndex": 4
|
28635
|
+
},
|
28636
|
+
"releaseTag": "Public",
|
28637
|
+
"isProtected": false,
|
28638
|
+
"overloadIndex": 1,
|
28639
|
+
"parameters": [
|
28640
|
+
{
|
28641
|
+
"parameterName": "position",
|
28642
|
+
"parameterTypeTokenRange": {
|
28643
|
+
"startIndex": 1,
|
28644
|
+
"endIndex": 2
|
28645
|
+
},
|
28646
|
+
"isOptional": false
|
28647
|
+
}
|
28648
|
+
],
|
28649
|
+
"isOptional": false,
|
28650
|
+
"isAbstract": false,
|
28651
|
+
"name": "setDirectionalLightPosition"
|
28652
|
+
},
|
28653
|
+
{
|
28654
|
+
"kind": "Property",
|
28655
|
+
"canonicalReference": "server!World#simulation:member",
|
28656
|
+
"docComment": "/**\n * The simulation for the world.\n */\n",
|
28657
|
+
"excerptTokens": [
|
28658
|
+
{
|
28659
|
+
"kind": "Content",
|
28660
|
+
"text": "get simulation(): "
|
28661
|
+
},
|
28662
|
+
{
|
28663
|
+
"kind": "Reference",
|
28664
|
+
"text": "Simulation",
|
28665
|
+
"canonicalReference": "server!Simulation:class"
|
28666
|
+
},
|
28667
|
+
{
|
28668
|
+
"kind": "Content",
|
28669
|
+
"text": ";"
|
28670
|
+
}
|
28671
|
+
],
|
28672
|
+
"isReadonly": true,
|
28673
|
+
"isOptional": false,
|
28674
|
+
"releaseTag": "Public",
|
28675
|
+
"name": "simulation",
|
28676
|
+
"propertyTypeTokenRange": {
|
28677
|
+
"startIndex": 1,
|
28678
|
+
"endIndex": 2
|
28679
|
+
},
|
28179
28680
|
"isStatic": false,
|
28180
28681
|
"isProtected": false,
|
28181
28682
|
"isAbstract": false
|
@@ -28958,6 +29459,144 @@
|
|
28958
29459
|
"name": "WorldOptions",
|
28959
29460
|
"preserveMemberOrder": false,
|
28960
29461
|
"members": [
|
29462
|
+
{
|
29463
|
+
"kind": "PropertySignature",
|
29464
|
+
"canonicalReference": "server!WorldOptions#ambientLightColor:member",
|
29465
|
+
"docComment": "/**\n * The color of the ambient light.\n */\n",
|
29466
|
+
"excerptTokens": [
|
29467
|
+
{
|
29468
|
+
"kind": "Content",
|
29469
|
+
"text": "ambientLightColor?: "
|
29470
|
+
},
|
29471
|
+
{
|
29472
|
+
"kind": "Reference",
|
29473
|
+
"text": "RgbColor",
|
29474
|
+
"canonicalReference": "server!RgbColor:interface"
|
29475
|
+
},
|
29476
|
+
{
|
29477
|
+
"kind": "Content",
|
29478
|
+
"text": ";"
|
29479
|
+
}
|
29480
|
+
],
|
29481
|
+
"isReadonly": false,
|
29482
|
+
"isOptional": true,
|
29483
|
+
"releaseTag": "Public",
|
29484
|
+
"name": "ambientLightColor",
|
29485
|
+
"propertyTypeTokenRange": {
|
29486
|
+
"startIndex": 1,
|
29487
|
+
"endIndex": 2
|
29488
|
+
}
|
29489
|
+
},
|
29490
|
+
{
|
29491
|
+
"kind": "PropertySignature",
|
29492
|
+
"canonicalReference": "server!WorldOptions#ambientLightIntensity:member",
|
29493
|
+
"docComment": "/**\n * The intensity of the ambient light. 0 to 1+\n */\n",
|
29494
|
+
"excerptTokens": [
|
29495
|
+
{
|
29496
|
+
"kind": "Content",
|
29497
|
+
"text": "ambientLightIntensity?: "
|
29498
|
+
},
|
29499
|
+
{
|
29500
|
+
"kind": "Content",
|
29501
|
+
"text": "number"
|
29502
|
+
},
|
29503
|
+
{
|
29504
|
+
"kind": "Content",
|
29505
|
+
"text": ";"
|
29506
|
+
}
|
29507
|
+
],
|
29508
|
+
"isReadonly": false,
|
29509
|
+
"isOptional": true,
|
29510
|
+
"releaseTag": "Public",
|
29511
|
+
"name": "ambientLightIntensity",
|
29512
|
+
"propertyTypeTokenRange": {
|
29513
|
+
"startIndex": 1,
|
29514
|
+
"endIndex": 2
|
29515
|
+
}
|
29516
|
+
},
|
29517
|
+
{
|
29518
|
+
"kind": "PropertySignature",
|
29519
|
+
"canonicalReference": "server!WorldOptions#directionalLightColor:member",
|
29520
|
+
"docComment": "/**\n * The color of the directional light.\n */\n",
|
29521
|
+
"excerptTokens": [
|
29522
|
+
{
|
29523
|
+
"kind": "Content",
|
29524
|
+
"text": "directionalLightColor?: "
|
29525
|
+
},
|
29526
|
+
{
|
29527
|
+
"kind": "Reference",
|
29528
|
+
"text": "RgbColor",
|
29529
|
+
"canonicalReference": "server!RgbColor:interface"
|
29530
|
+
},
|
29531
|
+
{
|
29532
|
+
"kind": "Content",
|
29533
|
+
"text": ";"
|
29534
|
+
}
|
29535
|
+
],
|
29536
|
+
"isReadonly": false,
|
29537
|
+
"isOptional": true,
|
29538
|
+
"releaseTag": "Public",
|
29539
|
+
"name": "directionalLightColor",
|
29540
|
+
"propertyTypeTokenRange": {
|
29541
|
+
"startIndex": 1,
|
29542
|
+
"endIndex": 2
|
29543
|
+
}
|
29544
|
+
},
|
29545
|
+
{
|
29546
|
+
"kind": "PropertySignature",
|
29547
|
+
"canonicalReference": "server!WorldOptions#directionalLightIntensity:member",
|
29548
|
+
"docComment": "/**\n * The intensity of the directional light. 0 to 1+\n */\n",
|
29549
|
+
"excerptTokens": [
|
29550
|
+
{
|
29551
|
+
"kind": "Content",
|
29552
|
+
"text": "directionalLightIntensity?: "
|
29553
|
+
},
|
29554
|
+
{
|
29555
|
+
"kind": "Content",
|
29556
|
+
"text": "number"
|
29557
|
+
},
|
29558
|
+
{
|
29559
|
+
"kind": "Content",
|
29560
|
+
"text": ";"
|
29561
|
+
}
|
29562
|
+
],
|
29563
|
+
"isReadonly": false,
|
29564
|
+
"isOptional": true,
|
29565
|
+
"releaseTag": "Public",
|
29566
|
+
"name": "directionalLightIntensity",
|
29567
|
+
"propertyTypeTokenRange": {
|
29568
|
+
"startIndex": 1,
|
29569
|
+
"endIndex": 2
|
29570
|
+
}
|
29571
|
+
},
|
29572
|
+
{
|
29573
|
+
"kind": "PropertySignature",
|
29574
|
+
"canonicalReference": "server!WorldOptions#directionalLightPosition:member",
|
29575
|
+
"docComment": "/**\n * The position the directional light originates from.\n */\n",
|
29576
|
+
"excerptTokens": [
|
29577
|
+
{
|
29578
|
+
"kind": "Content",
|
29579
|
+
"text": "directionalLightPosition?: "
|
29580
|
+
},
|
29581
|
+
{
|
29582
|
+
"kind": "Reference",
|
29583
|
+
"text": "Vector3Like",
|
29584
|
+
"canonicalReference": "server!Vector3Like:interface"
|
29585
|
+
},
|
29586
|
+
{
|
29587
|
+
"kind": "Content",
|
29588
|
+
"text": ";"
|
29589
|
+
}
|
29590
|
+
],
|
29591
|
+
"isReadonly": false,
|
29592
|
+
"isOptional": true,
|
29593
|
+
"releaseTag": "Public",
|
29594
|
+
"name": "directionalLightPosition",
|
29595
|
+
"propertyTypeTokenRange": {
|
29596
|
+
"startIndex": 1,
|
29597
|
+
"endIndex": 2
|
29598
|
+
}
|
29599
|
+
},
|
28961
29600
|
{
|
28962
29601
|
"kind": "PropertySignature",
|
28963
29602
|
"canonicalReference": "server!WorldOptions#gravity:member",
|