|
Beamable SDK
|


Public Attributes | |
| AssetReferenceSprite | icon |
| ClientPermissions | clientPermission |
Public Attributes inherited from Beamable.Common.Content.ContentObject | |
| string | ContentVersion => Version |
| string | ContentType => _contentTypeName ?? (_contentTypeName = GetContentTypeName(GetType())) |
| string | Id => $"{ContentType}.{(string.IsNullOrEmpty(ContentName) ? name : ContentName)}" |
Additional Inherited Members | |
Public Member Functions inherited from Beamable.Common.Content.ContentObject | |
| void | SetIdAndVersion (string id, string version) |
| ContentObject | SetContentName (string name) |
| ContentObject | SetContentMetadata (string name, string version) |
| void | BroadcastUpdate () |
| virtual void | Validate (IValidationContext ctx) |
Validate this ContentObject. More... | |
| bool | HasValidationErrors (IValidationContext ctx, out List< string > errors) |
| bool | HasValidationExceptions (IValidationContext ctx, out List< ContentException > exceptions) |
| List< ContentValidationException > | GetMemberValidationErrors (IValidationContext ctx) |
| string | ToJson () |
Static Public Member Functions inherited from Beamable.Common.Content.ContentObject | |
| static string | GetContentTypeName (Type contentType) |
| static string | GetContentType< TContent > () |
| static TContent | Make< TContent > (string name) |
Properties inherited from Beamable.Common.Content.ContentObject | |
| string | ContentName [get] |
| string | Version [get] |
| string[]?? | Tags [get, set] |
Properties inherited from Beamable.Common.Content.IContentObject | |
| string | Id [get] |
| string | Version [get] |
| string[] | Tags [get] |
Events inherited from Beamable.Common.Content.ContentObject | |
| ContentDelegate | OnChanged |
1.8.17