C# Class SEToolbox.Models.StructureMeteorModel

Inheritance: StructureBaseModel
Afficher le fichier Open project: midspace/SEToolbox

Private Properties

Свойство Type Description
OnDeserializedMethod void
OnSerializingMethod void

Méthodes publiques

Méthode Description
MaxVelocityAtPlayer ( Vector3D playerPosition ) : void
ResetVelocity ( ) : void
ReverseVelocity ( ) : void
StructureMeteorModel ( MyObjectBuilder_EntityBase entityBase ) : System
UpdateGeneralFromEntityBase ( ) : void

Private Methods

Méthode Description
OnDeserializedMethod ( StreamingContext context ) : void
OnSerializingMethod ( StreamingContext context ) : void

Method Details

MaxVelocityAtPlayer() public méthode

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

ResetVelocity() public méthode

public ResetVelocity ( ) : void
Résultat void

ReverseVelocity() public méthode

public ReverseVelocity ( ) : void
Résultat void

StructureMeteorModel() public méthode

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

UpdateGeneralFromEntityBase() public méthode

public UpdateGeneralFromEntityBase ( ) : void
Résultat void