C# Class SEToolbox.Models.StructureBaseModel

Inheritance: BaseModel, IStructureBase
Afficher le fichier Open project: midspace/SEToolbox Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
CancelAsync ( ) : void
Create ( MyObjectBuilder_EntityBase entityBase, string savefilePath ) : IStructureBase
InitializeAsync ( ) : void
RecalcPosition ( Vector3D playerPosition ) : void
StructureBaseModel ( ) : System
StructureBaseModel ( MyObjectBuilder_EntityBase entityBase ) : System
UpdateGeneralFromEntityBase ( ) : void

Method Details

CancelAsync() public méthode

public CancelAsync ( ) : void
Résultat void

Create() public static méthode

public static Create ( MyObjectBuilder_EntityBase entityBase, string savefilePath ) : IStructureBase
entityBase MyObjectBuilder_EntityBase
savefilePath string
Résultat IStructureBase

InitializeAsync() public méthode

public InitializeAsync ( ) : void
Résultat void

RecalcPosition() public méthode

public RecalcPosition ( Vector3D playerPosition ) : void
playerPosition Vector3D
Résultat void

StructureBaseModel() public méthode

public StructureBaseModel ( ) : System
Résultat System

StructureBaseModel() public méthode

public StructureBaseModel ( MyObjectBuilder_EntityBase entityBase ) : System
entityBase MyObjectBuilder_EntityBase
Résultat System

UpdateGeneralFromEntityBase() public méthode

public UpdateGeneralFromEntityBase ( ) : void
Résultat void