C# 클래스 SEToolbox.Models.StructureCharacterModel

상속: StructureBaseModel
파일 보기 프로젝트 열기: midspace/SEToolbox

Private Properties

프로퍼티 타입 설명
OnDeserializedMethod void
OnSerializingMethod void

공개 메소드들

메소드 설명
ResetVelocity ( ) : void
ReverseVelocity ( ) : void
StructureCharacterModel ( VRage.ObjectBuilders.MyObjectBuilder_EntityBase entityBase ) : System
UpdateGeneralFromEntityBase ( ) : void

비공개 메소드들

메소드 설명
OnDeserializedMethod ( StreamingContext context ) : void
OnSerializingMethod ( StreamingContext context ) : void

메소드 상세

ResetVelocity() 공개 메소드

public ResetVelocity ( ) : void
리턴 void

ReverseVelocity() 공개 메소드

public ReverseVelocity ( ) : void
리턴 void

StructureCharacterModel() 공개 메소드

public StructureCharacterModel ( VRage.ObjectBuilders.MyObjectBuilder_EntityBase entityBase ) : System
entityBase VRage.ObjectBuilders.MyObjectBuilder_EntityBase
리턴 System

UpdateGeneralFromEntityBase() 공개 메소드

public UpdateGeneralFromEntityBase ( ) : void
리턴 void