C# 클래스 SEToolbox.Models.StructureBaseModel

상속: BaseModel, IStructureBase
파일 보기 프로젝트 열기: midspace/SEToolbox 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
CancelAsync ( ) : void
Create ( MyObjectBuilder_EntityBase entityBase, string savefilePath ) : IStructureBase
InitializeAsync ( ) : void
RecalcPosition ( Vector3D playerPosition ) : void
StructureBaseModel ( ) : System
StructureBaseModel ( MyObjectBuilder_EntityBase entityBase ) : System
UpdateGeneralFromEntityBase ( ) : void

메소드 상세

CancelAsync() 공개 메소드

public CancelAsync ( ) : void
리턴 void

Create() 공개 정적인 메소드

public static Create ( MyObjectBuilder_EntityBase entityBase, string savefilePath ) : IStructureBase
entityBase MyObjectBuilder_EntityBase
savefilePath string
리턴 IStructureBase

InitializeAsync() 공개 메소드

public InitializeAsync ( ) : void
리턴 void

RecalcPosition() 공개 메소드

public RecalcPosition ( Vector3D playerPosition ) : void
playerPosition Vector3D
리턴 void

StructureBaseModel() 공개 메소드

public StructureBaseModel ( ) : System
리턴 System

StructureBaseModel() 공개 메소드

public StructureBaseModel ( MyObjectBuilder_EntityBase entityBase ) : System
entityBase MyObjectBuilder_EntityBase
리턴 System

UpdateGeneralFromEntityBase() 공개 메소드

public UpdateGeneralFromEntityBase ( ) : void
리턴 void