Show / Hide Table of Contents

Class Tile

Inheritance
Object
Tile
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: UnityEngine.WSA
Assembly: UnityEngine.dll
Syntax
public sealed class Tile

Properties

| Improve this Doc View Source

exists

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

hasUserConsent

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

id

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

main

Declaration
public static Tile main { get; }
Property Value
Type Description
Tile

Methods

| Improve this Doc View Source

CreateOrUpdateSecondary(SecondaryTileData)

Declaration
public static Tile CreateOrUpdateSecondary(SecondaryTileData data)
Parameters
Type Name Description
SecondaryTileData data
Returns
Type Description
Tile
| Improve this Doc View Source

CreateOrUpdateSecondary(SecondaryTileData, Rect)

Declaration
public static Tile CreateOrUpdateSecondary(SecondaryTileData data, Rect area)
Parameters
Type Name Description
SecondaryTileData data
Rect area
Returns
Type Description
Tile
| Improve this Doc View Source

CreateOrUpdateSecondary(SecondaryTileData, Vector2)

Declaration
public static Tile CreateOrUpdateSecondary(SecondaryTileData data, Vector2 pos)
Parameters
Type Name Description
SecondaryTileData data
Vector2 pos
Returns
Type Description
Tile
| Improve this Doc View Source

Delete()

Declaration
public void Delete()
| Improve this Doc View Source

Delete(Rect)

Declaration
public void Delete(Rect area)
Parameters
Type Name Description
Rect area
| Improve this Doc View Source

Delete(Vector2)

Declaration
public void Delete(Vector2 pos)
Parameters
Type Name Description
Vector2 pos

DeleteSecondary(String)

Declaration
public static void DeleteSecondary(string tileId)
Parameters
Type Name Description
String tileId
| Improve this Doc View Source

DeleteSecondary(String, Rect)

Declaration
public static void DeleteSecondary(string tileId, Rect area)
Parameters
Type Name Description
String tileId
Rect area
| Improve this Doc View Source

DeleteSecondary(String, Vector2)

Declaration
public static void DeleteSecondary(string tileId, Vector2 pos)
Parameters
Type Name Description
String tileId
Vector2 pos

Exists(String)

Declaration
public static bool Exists(string tileId)
Parameters
Type Name Description
String tileId
Returns
Type Description
Boolean
| Improve this Doc View Source

GetSecondaries()

Declaration
public static Tile[] GetSecondaries()
Returns
Type Description
Tile[]
| Improve this Doc View Source

GetSecondary(String)

Declaration
public static Tile GetSecondary(string tileId)
Parameters
Type Name Description
String tileId
Returns
Type Description
Tile

GetTemplate(TileTemplate)

Declaration
public static string GetTemplate(TileTemplate templ)
Parameters
Type Name Description
TileTemplate templ
Returns
Type Description
String
| Improve this Doc View Source

PeriodicBadgeUpdate(String, Single)

Declaration
public void PeriodicBadgeUpdate(string uri, float interval)
Parameters
Type Name Description
String uri
Single interval
| Improve this Doc View Source

PeriodicUpdate(String, Single)

Declaration
public void PeriodicUpdate(string uri, float interval)
Parameters
Type Name Description
String uri
Single interval
| Improve this Doc View Source

RemoveBadge()

Declaration
public void RemoveBadge()
| Improve this Doc View Source

StopPeriodicBadgeUpdate()

Declaration
public void StopPeriodicBadgeUpdate()
| Improve this Doc View Source

StopPeriodicUpdate()

Declaration
public void StopPeriodicUpdate()
| Improve this Doc View Source

Update(String)

Declaration
public void Update(string xml)
Parameters
Type Name Description
String xml
| Improve this Doc View Source

Update(String, String, String, String)

Declaration
public void Update(string medium, string wide, string large, string text)
Parameters
Type Name Description
String medium
String wide
String large
String text
| Improve this Doc View Source

UpdateBadgeImage(String)

Declaration
public void UpdateBadgeImage(string image)
Parameters
Type Name Description
String image
| Improve this Doc View Source

UpdateBadgeNumber(Single)

Declaration
public void UpdateBadgeNumber(float number)
Parameters
Type Name Description
Single number

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