Show / Hide Table of Contents

Class ScenePopup

Inheritance
System.Object
ScenePopup
Implements
IPopup
Namespace: Edgar.Unity.Editor
Assembly: cs.temp.dll.dll
Syntax
public class ScenePopup : IPopup

Constructors

ScenePopup(String, String, String, String, String, List<PopupLink>)

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

Content

Declaration
public string Content { get; }
Property Value
Type Description
System.String

Id

Declaration
public string Id { get; }
Property Value
Type Description
System.String

Links

Declaration
public List<PopupLink> Links { get; }
Property Value
Type Description
System.Collections.Generic.List<PopupLink>

SceneName

Declaration
public string SceneName { get; }
Property Value
Type Description
System.String

ScenePath

Declaration
public string ScenePath { get; }
Property Value
Type Description
System.String

Title

Declaration
public string Title { get; }
Property Value
Type Description
System.String

Implements

IPopup
In This Article
Back to top Generated by DocFX