Project¶
Class | orca.filesystem
Properties¶
| Property | Type | Description |
|---|---|---|
HalfFloatTextureFormat |
bool |
|
HalfFloatTextureFormatLinear |
bool |
|
HalfFloatColorAttachment |
bool |
|
RenderToMipmapLevels |
bool |
|
ExternalTexture |
bool |
|
StartupScreen |
string |
|
PreviewWindowBackgroundColor |
color |
|
MessageLimitPerFrame |
int |
|
GlobalTimelineStartTime |
int |
|
GlobalTimelineEndTime |
int |
|
BinaryExportDirectory |
string |
|
ApplicationExportDirectory |
string |
|
IsMasterProject |
bool |
|
OptimizeMeshes |
bool |
|
TargetPlatformVertexCacheSize |
int |
|
PlotAnimations |
bool |
|
RoundImagesToNearestPowerOf2 |
bool |
|
ProjectExportShaderSourceCode |
bool |
|
ProjectExportMainKzbWithBakedThemes |
bool |
|
ProjectGroupByThemeNameInBakedThemeExport |
bool |
|
IsLocalizationEnabled |
bool |
|
FullScreenPreviewLayer |
bool |
|
ShowChildrenInLayerThumbnails |
bool |
|
ProjectUsePremultipliedAlpha |
bool |
|
ProjectRemoveICCProfilesOfPngs |
bool |
|
BinaryFileName |
string |
|
IsAssetPackage |
bool |
|
KanziConnectEnabled |
bool |
|
DefaultMaterial |
string |
|
WindowWidth |
int |
|
WindowHeight |
int |
|
PropertyTypes |
PropertyType |
|
NumPropertyTypes |
int |
|
ProjectReferences |
ProjectReference |
|
NumProjectReferences |
int |
|
SystemMessages |
SystemMessage |
|
NumSystemMessages |
int |
|
EnginePlugins |
EnginePlugin |
|
NumEnginePlugins |
int |
|
AnimationClipLibrary |
Library |
|
ScreenLibrary |
Library |
|
MaterialTypeLibrary |
Library |
|
MaterialLibrary |
Library |
|
BrushLibrary |
Library |
|
MeshLibrary |
Library |
|
TimelineSequenceLibrary |
Library |
|
SceneObjectLibrary |
Library |
|
ComposerLibrary |
Library |
|
PipelineItemLibrary |
Library |
|
SceneLibrary |
Library |
|
TrajectoryLibrary |
Library |
|
TransitionLibrary |
Library |
|
SplineLibrary |
Library |
|
PrefabLibrary |
Library |
|
ProfileLibrary |
Library |
|
ShortcutLibrary |
Library |
|
LayerLibrary |
Library |
|
AnimationLibrary |
Library |
|
TagLibrary |
Library |
|
ThemeLibrary |
Library |
|
ResourceExportTagLibrary |
Library |
|
LocaleLibrary |
Library |
|
DataSourceLibrary |
Library |
|
PageTransitionCollectionLibrary |
Library |
|
TextureLibrary |
Library |
|
StyleLibrary |
Library |
|
StateManagerLibrary |
Library |
|
ConnectServiceLibrary |
Library |
|
ConnectUserServiceLibrary |
Library |
|
SpriteLibrary |
Library |
|
SpriteAnimationLibrary |
Library |
|
ImageLibrary |
Library |
|
FontLibrary |
Library |
Messages¶
OpenFile¶
Requests that the project opens the specified file.
| Field | Type | Description |
|---|---|---|
FileName |
string |
FileExists¶
Checks whether the specified file exists.
| Field | Type | Description |
|---|---|---|
FileName |
string |
The file path to check for existence |
HasChangedFiles¶
Queries whether any watched files have changed since the last check.
LoadProject¶
Loads a project bundle from the given directory.
| Field | Type | Description |
|---|---|---|
Path |
string |
Directory name to load the bundle |