Click or drag to resize
MyRespawnShipState Class

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "T:SpaceEngineers.Game.World.Generator.MyRespawnShipState"]

Inheritance Hierarchy
SystemObject
  MyWorldGeneratorStartingStateBase
    SpaceEngineers.Game.World.GeneratorMyRespawnShipState

Namespace: SpaceEngineers.Game.World.Generator
Assembly: SpaceEngineers.Game (in SpaceEngineers.Game.dll) Version: 1.0.0.0
Syntax
C#
public class MyRespawnShipState : MyWorldGeneratorStartingStateBase

The MyRespawnShipState type exposes the following members.

Constructors
  NameDescription
Public methodMyRespawnShipState
Initializes a new instance of the MyRespawnShipState class
Top
Methods
  NameDescription
Public methodGetObjectBuilder (Overrides MyWorldGeneratorStartingStateBase.GetObjectBuilder.)
Public methodGetStartingLocation (Overrides MyWorldGeneratorStartingStateBase.GetStartingLocation.)
Public methodInit (Overrides MyWorldGeneratorStartingStateBase.Init(MyObjectBuilder_WorldGeneratorPlayerStartingState).)
Public methodSetupCharacter (Overrides MyWorldGeneratorStartingStateBase.SetupCharacter(Args).)
Top
See Also