Show / Hide Table of Contents

Interface IAchievementDescription

Namespace: UnityEngine.SocialPlatforms
Assembly: UnityEngine.dll
Syntax
public interface IAchievementDescription

Properties

| Improve this Doc View Source

achievedDescription

Declaration
string achievedDescription { get; }
Property Value
Type Description
String
| Improve this Doc View Source

hidden

Declaration
bool hidden { get; }
Property Value
Type Description
Boolean
| Improve this Doc View Source

id

Declaration
string id { get; set; }
Property Value
Type Description
String
| Improve this Doc View Source

image

Declaration
Texture2D image { get; }
Property Value
Type Description
Texture2D
| Improve this Doc View Source

points

Declaration
int points { get; }
Property Value
Type Description
Int32
| Improve this Doc View Source

title

Declaration
string title { get; }
Property Value
Type Description
String
| Improve this Doc View Source

unachievedDescription

Declaration
string unachievedDescription { get; }
Property Value
Type Description
String

Extension Methods

MustExtensions.MustBeEqual<T>(T, T)
MustExtensions.MustBeEqual<T>(T, T, String)
MustExtensions.MustNotBeEqual<T>(T, T)
MustExtensions.MustNotBeEqual<T>(T, T, String)
MustExtensions.MustBeNull<T>(T)
MustExtensions.MustBeNull<T>(T, String)
MustExtensions.MustNotBeNull<T>(T)
MustExtensions.MustNotBeNull<T>(T, String)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX