Inheritance
System.Object
ScenePopup
Assembly: cs.temp.dll.dll
public class ScenePopup : IPopup
Constructors
Declaration
public ScenePopup(string sceneName, string content, string id = null, string scenePath = null, string title = null, List<PopupLink> links = null)
Parameters
Type |
Name |
Description |
System.String |
sceneName |
|
System.String |
content |
|
System.String |
id |
|
System.String |
scenePath |
|
System.String |
title |
|
System.Collections.Generic.List<PopupLink> |
links |
|
Properties
Declaration
public string Content { get; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string Id { get; }
Property Value
Type |
Description |
System.String |
|
Declaration
public List<PopupLink> Links { get; }
Property Value
Type |
Description |
System.Collections.Generic.List<PopupLink> |
|
Declaration
public string SceneName { get; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string ScenePath { get; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string Title { get; }
Property Value
Type |
Description |
System.String |
|
Implements