Members
(constant) AccountType :Enumerable.<string>
- Source:
Properties:
Name | Type | Description |
---|---|---|
Normal |
"Normal" | |
AgentSmith |
"AgentSmith" | |
BladeRunner |
"BladeRunner" | |
Gunter |
"Gunter" | |
Neuromancer |
"Neuromancer" | |
Architect |
"Architect" | |
Curator |
"Curator" | |
Level144 |
"Level144" | |
Level250 |
"Level250" | |
Anorak |
"Anorak" | |
Level750 |
"Level750" | |
END |
"END" |
.
Enumberable for AccountType
Type:
- Enumerable.<string>
(constant) AssetVariantEntityType :Enumerable.<string>
- Source:
Properties:
Name | Type | Description |
---|---|---|
BitmapMetadata |
"BitmapMetadata" | |
BitmapVariant |
"BitmapVariant" | |
CubemapMetadata |
"CubemapMetadata" | |
CubemapVariant |
"CubemapVariant" | |
MeshMetadata |
"MeshMetadata" | |
ShaderMetadata |
"ShaderMetadata" | |
ShaderMetadata |
"ShaderMetadata" | |
ShaderVariant |
"ShaderVariant" |
.
Enumberable for AccountType
Type:
- Enumerable.<string>
(constant) BuildChangeType :Enumerable.<string>
- Source:
Properties:
Name | Type | Description |
---|---|---|
NewFeature |
"NewFeature" | |
Tweak |
"Tweak" | |
Optimization |
"Optimization" | |
Security |
"Security" | |
Bugfix |
"Bugfix" |
.
Enumberable for BuildChangeType
Type:
- Enumerable.<string>
(constant) BuildPlatform :Enumerable.<string>
- Source:
Properties:
Name | Type | Description |
---|---|---|
Windows_x64 |
"Windows_x64" | |
Linux_x64 |
"Linux_x64" | |
Android_ARM7 |
"Android_ARM7" | |
OculusQuest |
"OculusQuest" |
.
Enumberable for BuildPlatform
Type:
- Enumerable.<string>
(constant) BuildRuntime :Enumerable.<string>
- Source:
Properties:
Name | Type | Description |
---|---|---|
Unity_Mono |
"Unity_Mono" | |
Unity_Mono_Debug |
"Unity_Mono_Debug" | |
Unity_IL2CPP |
"Unity_IL2CPP" | |
HeadlessNetFramework |
"HeadlessNetFramework" |
.
Enumberable for BuildRuntime
Type:
- Enumerable.<string>
(constant) HttpMethod :Enumerable.<string>
- Source:
Properties:
Name | Type | Description |
---|---|---|
Get |
"GET" | |
Put |
"PUT" | |
Delete |
"DELETE" | |
Post |
"POST" | |
Patch |
"PATCH" |
.
Enumberable for AccountType
Type:
- Enumerable.<string>
(constant) OnlineStatus :Enumerable.<string>
- Source:
Properties:
Name | Type | Description |
---|---|---|
Offline |
"Offline" | |
Invisible |
"Invisible" | |
Away |
"Away" | |
Busy |
"Busy" | |
Online |
"Online" |
.
Enumberable for onlineStatus
Type:
- Enumerable.<string>
(constant) PublicBanType :Enumerable.<string>
- Source:
Properties:
Name | Type | Description |
---|---|---|
Standard |
"Standard" | |
Soft |
"Soft" | |
Hard |
"Hard" |
.
Enumberable for AccountType
Type:
- Enumerable.<string>
(constant) UploadState :Enumerable.<string>
- Source:
Properties:
Name | Type | Description |
---|---|---|
UploadingChunks |
"UploadingChunks" | |
Finalizing |
"Finalizing" | |
Uploaded |
"Uploaded" | |
Failed |
"Failed" |
.
Enumberable for UploadState
Type:
- Enumerable.<string>
Type Definitions
AssetDiffEnum
- Source:
Properties:
Name | Type | Description |
---|---|---|
Added |
"Added" | |
Unchanged |
"Unchanged" | |
Removed |
"Removed" |
AssetDiffEnum
Type:
CloudX
- Source:
Properties:
Name | Type | Description | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Shared |
Object |
Properties
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Util |
Object |
Properties
|
.
CloudX Library
NeosGeneratorOptions
Properties:
Name | Type | Attributes | Description |
---|---|---|---|
AutoReadMessages |
boolean |
<optional> |
Auto Mark messages as Read in the API when handled by the Neos#messageReceived event. |
OnlineState |
OnlineStatus |
<optional> |
Online User Status, Displayed in User List. |
StatusInterval |
number |
<optional> |
How Frequent to update the user status. Will trigger Neos#statusUpdated. |
NeosVersion |
string |
<optional> |
Defaults to the Library version. Use to display a custom "Neos Version". |
CompatabilityHash |
string |
<optional> |
Determines Version Compatability Hash, Used by clients to determing if a session is the same version. |
UpdateInterval |
number |
<optional> |
Internal Update interval in `ms`. Reccomended: 1000. |
Update |
boolean |
<optional> |
Enable State of the Internal Update loop. Only reccomend setting this to `false` if you know what you are doing. |
MultiMessageDelay |
number |
<optional> |
MultiMessage Delay for sending messages in `ms`. Reccomend over `1000ms`. |
Passed to the Neos contructor to setup the client. See Neos for Default Values.