Show / Hide Table of Contents

Class AchievementDescription

Inheritance
Object
AchievementDescription
Implements
IAchievementDescription
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: UnityEngine.SocialPlatforms.Impl
Assembly: UnityEngine.dll
Syntax
public class AchievementDescription : IAchievementDescription

Constructors

| Improve this Doc View Source

AchievementDescription(String, String, Texture2D, String, String, Boolean, Int32)

Declaration
public AchievementDescription(string id, string title, Texture2D image, string achievedDescription, string unachievedDescription, bool hidden, int points)
Parameters
Type Name Description
String id
String title
Texture2D image
String achievedDescription
String unachievedDescription
Boolean hidden
Int32 points

Properties

| Improve this Doc View Source

achievedDescription

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

hidden

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

id

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

image

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

points

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

title

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

unachievedDescription

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

Methods

| Improve this Doc View Source

SetImage(Texture2D)

Declaration
public void SetImage(Texture2D image)
Parameters
Type Name Description
Texture2D image
| Improve this Doc View Source

ToString()

Declaration
public override string ToString()
Returns
Type Description
String
Overrides
Object.ToString()

Implements

IAchievementDescription

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