C# Class SEToolbox.Models.StructureCharacterModel

Inheritance: StructureBaseModel
ファイルを表示 Open project: midspace/SEToolbox

Private Properties

Property Type Description
OnDeserializedMethod void
OnSerializingMethod void

Public Methods

Method Description
ResetVelocity ( ) : void
ReverseVelocity ( ) : void
StructureCharacterModel ( VRage.ObjectBuilders.MyObjectBuilder_EntityBase entityBase ) : System
UpdateGeneralFromEntityBase ( ) : void

Private Methods

Method Description
OnDeserializedMethod ( StreamingContext context ) : void
OnSerializingMethod ( StreamingContext context ) : void

Method Details

ResetVelocity() public method

public ResetVelocity ( ) : void
return void

ReverseVelocity() public method

public ReverseVelocity ( ) : void
return void

StructureCharacterModel() public method

public StructureCharacterModel ( VRage.ObjectBuilders.MyObjectBuilder_EntityBase entityBase ) : System
entityBase VRage.ObjectBuilders.MyObjectBuilder_EntityBase
return System

UpdateGeneralFromEntityBase() public method

public UpdateGeneralFromEntityBase ( ) : void
return void