Skip to content

State

Classes

Name
classState::Scene

Functions

Name
boolisReadOnly(const fs::path & scene)<br>Returns true if target scene is an I3T scene and is read-only.

Attributes

Name
constexpr autoI3T_SCENE_SCHEMA

Functions Documentation

function isReadOnly

cpp
bool isReadOnly(
    const fs::path & scene
)
bool isReadOnly(
    const fs::path & scene
)

Returns true if target scene is an I3T scene and is read-only.

Attributes Documentation

variable I3T_SCENE_SCHEMA

cpp
constexpr auto I3T_SCENE_SCHEMA = "Data/Schemas/Scene.schema.json";
constexpr auto I3T_SCENE_SCHEMA = "Data/Schemas/Scene.schema.json";

Updated on 2024-03-16 at 19:15:01 +0000