rokojori-godot/rokojori-action-library-def.../RJVirtualCamera3DManager.json

18 lines
527 B
JSON
Raw Normal View History

2024-05-19 15:48:40 +00:00
{
"class":"RJVirtualCamera3DManager:RJNetworkNode",
"includes":[ "./RJVirtualCamera3D.h" ],
"public":
{
2024-08-02 06:22:12 +00:00
"getCamera():Ref<RJVirtualCamera3D>" : { "cameraIndex": "int" },
"getCameraIndex():int" : { "timeLine":"Ref<RJVirtualCamera3D>" },
"getCameraSize():int" : {},
2024-05-19 15:48:40 +00:00
2024-08-02 06:22:12 +00:00
"getCameraPriority():float" : { "cameraIndex":"int" },
"setCameraPriority()" : { "cameraIndex":"int", "priority":"float" },
2024-05-19 15:48:40 +00:00
"cameraPrioritySmoothingCoefficient": 0.5,
"cameraPrioritySmoothingStepFPS": 120
}
}