Enum EntityType
Namespace: StreamSIX.Entity
Assembly: cs.temp.dll.dll
Syntax
public enum EntityType
Fields
Name | Description |
---|---|
Game | Game level entity that is shared by all users of this game. The game developer is owner of game entities. Only game developer can modify game entities through Developer Portal or actor. Common entities of this type are game settings, actor tag, etc. User can only read this entity type. |
UserRead | User entity that is read-only for the user. Game developer can modify User Read entity through Developer Portal or actor. Common entities of this type are user XP and stats. User cannot read/write another user's entity. |
UserReadWrite | User entity that user can modify. Admin/service/game owner as well as the user can modify this entity type. Common entities of this type are user preferences. User cannot read/write another user's entity. |