Skip to main content

CrowdyStudioPairingPreference

Editor preference describing how the project presents its server and client targets; it never grants deployment or runtime authority.

enum CrowdyStudioPairingPreference {
PAIRED
INDEPENDENT
SERVER_ONLY
CLIENT_ONLY
}

Values

CrowdyStudioPairingPreference.PAIRED

Present server and client sources as two coordinated halves of one Crowdy Studio project.

CrowdyStudioPairingPreference.INDEPENDENT

Present server and client sources independently without an implied requirement edge.

CrowdyStudioPairingPreference.SERVER_ONLY

Present only the server-target authoring workflow.

CrowdyStudioPairingPreference.CLIENT_ONLY

Present only the client-target authoring workflow.

Member Of

CreateCrowdyStudioProjectInput input ● CrowdyStudioProject object ● SaveCrowdyStudioProjectInput input ● SaveCrowdyStudioProjectMetadataInput input