Class Toast
Assembly: UnityEngine.dll
Syntax
public sealed class Toast
Properties
|
Improve this Doc
View Source
activated
Declaration
public bool activated { get; }
Property Value
|
Improve this Doc
View Source
arguments
Declaration
public string arguments { get; set; }
Property Value
|
Improve this Doc
View Source
dismissed
Declaration
public bool dismissed { get; }
Property Value
|
Improve this Doc
View Source
dismissedByUser
Declaration
public bool dismissedByUser { get; }
Property Value
Methods
|
Improve this Doc
View Source
Create(String)
Declaration
public static Toast Create(string xml)
Parameters
Type |
Name |
Description |
String |
xml |
|
Returns
|
Improve this Doc
View Source
Create(String, String)
Declaration
public static Toast Create(string image, string text)
Parameters
Returns
GetTemplate(ToastTemplate)
Declaration
public static string GetTemplate(ToastTemplate templ)
Parameters
Returns
|
Improve this Doc
View Source
Hide()
Declaration
|
Improve this Doc
View Source
Show()
Declaration
Extension Methods