MCPcopy Create free account
hub / github.com/bigdra50/unity-cli / BuildScene

Class BuildScene

unity_cli/hub/project.py:141–145  ·  view source on GitHub ↗

Scene included in build.

Source from the content-addressed store, hash-verified

139
140@dataclass(frozen=True)
141class BuildScene:
142 """Scene included in build."""
143
144 path: str
145 enabled: bool
146
147
148@dataclass(frozen=True)

Callers 1

from_fileMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected