Show / Hide Table of Contents

Class ChangeSceneInfo

Instructions for a container to change scene.

Inheritance
System.Object
ChangeSceneInfo
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ItemChanger
Assembly: ItemChanger.dll
Syntax
public class ChangeSceneInfo

Constructors

| Improve this Doc View Source

ChangeSceneInfo()

Declaration
public ChangeSceneInfo()
| Improve this Doc View Source

ChangeSceneInfo(ChangeSceneTag)

Declaration
public ChangeSceneInfo(ChangeSceneTag cst)
Parameters
Type Name Description
ChangeSceneTag cst
| Improve this Doc View Source

ChangeSceneInfo(Transition)

Declaration
public ChangeSceneInfo(Transition transition)
Parameters
Type Name Description
Transition transition
| Improve this Doc View Source

ChangeSceneInfo(Transition, Boolean)

Declaration
public ChangeSceneInfo(Transition transition, bool dreamReturn)
Parameters
Type Name Description
Transition transition
System.Boolean dreamReturn
| Improve this Doc View Source

ChangeSceneInfo(Transition, Boolean, Boolean)

Declaration
public ChangeSceneInfo(Transition transition, bool dreamReturn, bool deactivateNoCharms)
Parameters
Type Name Description
Transition transition
System.Boolean dreamReturn
System.Boolean deactivateNoCharms

Fields

| Improve this Doc View Source

applied

Declaration
public bool applied
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

deactivateNoCharms

Declaration
public bool deactivateNoCharms
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

door_dreamReturn

Declaration
public const string door_dreamReturn = "door_dreamReturn"
Field Value
Type Description
System.String
| Improve this Doc View Source

dreamReturn

Declaration
public bool dreamReturn
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

transition

Declaration
public Transition transition
Field Value
Type Description
Transition

Extension Methods

Extensions.Yield<T>(T)
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX