MyDemoComponentDefinition Class |
[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "T:SpaceEngineers.Game.Definitions.MyDemoComponentDefinition"]
Namespace: SpaceEngineers.Game.Definitions
public class MyDemoComponentDefinition : MySessionComponentDefinition
The MyDemoComponentDefinition type exposes the following members.
Name | Description | |
---|---|---|
MyDemoComponentDefinition | Initializes a new instance of the MyDemoComponentDefinition class |
Name | Description | |
---|---|---|
DescriptionText |
Use this property when showing description in GUI, as it takes into account more
complex description construction.
(Inherited from MyDefinitionBase.) | |
DisplayNameText |
Use this property when showing name in GUI instead of DisplayName. This takes into
account more complex name construction.
(Inherited from MyDefinitionBase.) |
Name | Description | |
---|---|---|
GetObjectBuilder | (Inherited from MyDefinitionBase.) | |
Init | (Inherited from MyDefinitionBase.) | |
Postprocess |
Override this in case you want to do some postprocessing of the definition before the game starts.
TODO: Obsolete me
(Inherited from MyDefinitionBase.)Postprocess is useful if you want to process the definition before the game begins, but you only want to do it when all the definitions are loaded and merged. | |
ToString | (Inherited from MyDefinitionBase.) |
Name | Description | |
---|---|---|
AvailableInSurvival | (Inherited from MyDefinitionBase.) | |
Context | (Inherited from MyDefinitionBase.) | |
DescriptionEnum |
Enum used for localization of description. Null for player created definitions.
(Inherited from MyDefinitionBase.) | |
DescriptionString |
String used for user created description which do not have localization support.
(Inherited from MyDefinitionBase.) | |
DisplayNameEnum |
Enum used for localization of display name. Null for player created definitions.
(Inherited from MyDefinitionBase.) | |
DisplayNameString |
String name used for user created definitions which do not have localization support.
(Inherited from MyDefinitionBase.) | |
Enabled |
Definition can be disabled by mod, then it will be removed from definition manager
(Inherited from MyDefinitionBase.) | |
Float | ||
Icons |
Icons for the definition, they are used from top to bottom.
(Inherited from MyDefinitionBase.) | |
Id | (Inherited from MyDefinitionBase.) | |
Int | ||
Public |
Indicates if definition should be offered in Cube builder
(Inherited from MyDefinitionBase.) | |
String |