Class StartDef
Inheritance
System.Object
StartDef
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()
Assembly: ItemChanger.dll
Syntax
Fields
|
Improve this Doc
View Source
RESPAWN_MARKER_NAME
Declaration
public const string RESPAWN_MARKER_NAME = "ITEMCHANGER_RESPAWN_MARKER"
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
RESPAWN_TAG
Declaration
public const string RESPAWN_TAG = "RespawnPoint"
Field Value
Type |
Description |
System.String |
|
Properties
|
Improve this Doc
View Source
MapZone
Declaration
public virtual int MapZone { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RespawnFacingRight
Declaration
public virtual bool RespawnFacingRight { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
SceneName
Declaration
public virtual string SceneName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
SpecialEffects
Declaration
public virtual SpecialStartEffects SpecialEffects { get; set; }
Property Value
|
Improve this Doc
View Source
X
Declaration
public virtual float X { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Y
Declaration
public virtual float Y { get; set; }
Property Value
Type |
Description |
System.Single |
|
Methods
|
Improve this Doc
View Source
ApplyToPlayerData(PlayerData)
Declaration
public void ApplyToPlayerData(PlayerData pd)
Parameters
Type |
Name |
Description |
PlayerData |
pd |
|
|
Improve this Doc
View Source
CreateRespawnMarker(Scene)
Declaration
public virtual void CreateRespawnMarker(Scene startScene)
Parameters
Type |
Name |
Description |
Scene |
startScene |
|
|
Improve this Doc
View Source
CreateRespawnMarker(Vector3)
Declaration
public GameObject CreateRespawnMarker(Vector3 pos)
Parameters
Type |
Name |
Description |
Vector3 |
pos |
|
Returns
Type |
Description |
GameObject |
|
Extension Methods