Show / Hide Table of Contents

Class RelativeStartDef

Inheritance
object
StartDef
RelativeStartDef
TransitionBasedStartDef
Inherited Members
StartDef.RESPAWN_MARKER_NAME
StartDef.RESPAWN_TAG
StartDef.ApplyToPlayerData(PlayerData)
StartDef.CreateRespawnMarker(Vector3)
StartDef.SceneName
StartDef.X
StartDef.Y
StartDef.MapZone
StartDef.RespawnFacingRight
StartDef.SpecialEffects
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: ItemChanger.StartDefs
Assembly: ItemChanger.dll
Syntax
public class RelativeStartDef : StartDef

Constructors

View Source

RelativeStartDef()

Declaration
public RelativeStartDef()

Fields

View Source

objPath

The full path to the GameObject, with '/' separators.

Declaration
public string objPath
Field Value
Type Description
string

Methods

View Source

CreateRespawnMarker(Scene)

Declaration
public override void CreateRespawnMarker(Scene startScene)
Parameters
Type Name Description
Scene startScene
Overrides
StartDef.CreateRespawnMarker(Scene)

Extension Methods

Extensions.Yield<T>(T)
  • View Source
In this article
Back to top Generated by DocFX