Method | Description | |
---|---|---|
AddEntity ( MyObjectBuilder_EntityBase entity ) : IStructureBase | ||
BeginLoad ( ) : void | ||
CalcDistances ( ) : void | ||
ClearProgress ( ) : void | ||
CollisionCorrectEntity ( MyObjectBuilder_EntityBase entity ) : void | ||
ContainsVoxelFilename ( string filename, MyObjectBuilder_EntityBase additionalList ) : bool | ||
CreateUniqueVoxelStorageName ( string originalFile, MyObjectBuilder_EntityBase additionalList ) : string |
automatically number all voxel files, and check for duplicate filenames.
|
|
EndLoad ( ) : void | ||
ExplorerModel ( ) : System | ||
IncrementProgress ( ) : void | ||
LoadEntities ( string filenames ) : List |
||
MergeData ( IList |
||
OptimizeModel ( |
||
ParseSandBox ( ) : void | ||
RemoveEntity ( MyObjectBuilder_EntityBase entity ) : bool | ||
ResetProgress ( double initial, double maximumProgress ) : void | ||
SaveCheckPointAndSandBox ( ) : void | ||
SaveEntity ( MyObjectBuilder_EntityBase entity, string filename ) : void | ||
SaveTemporarySandbox ( ) : string | ||
SetActiveStatus ( ) : void | ||
TestConvert ( |
||
TestDisplayRotation ( |
Method | Description | |
---|---|---|
LoadSectorDetail ( ) : void |
Loads the content from the directory and SE objects, creating object models.
|
|
MergeData ( MyObjectBuilder_CubeGrid cubeGridObject, Int64>.Dictionary |
||
MergeId ( long currentId, Int64>.Dictionary |
||
MergeShipParts ( |
Merges and copies blocks from ship2 into ship1.
|
|
RejoinBrokenShip ( |
Copy blocks from ship2 into ship1.
|
|
RenumberToolbar ( MyObjectBuilder_Toolbar toolbar, Int64>.Dictionary |
public AddEntity ( MyObjectBuilder_EntityBase entity ) : IStructureBase | ||
entity | MyObjectBuilder_EntityBase | |
return | IStructureBase |
public CollisionCorrectEntity ( MyObjectBuilder_EntityBase entity ) : void | ||
entity | MyObjectBuilder_EntityBase | |
return | void |
public ContainsVoxelFilename ( string filename, MyObjectBuilder_EntityBase additionalList ) : bool | ||
filename | string | |
additionalList | MyObjectBuilder_EntityBase | |
return | bool |
public CreateUniqueVoxelStorageName ( string originalFile, MyObjectBuilder_EntityBase additionalList ) : string | ||
originalFile | string | |
additionalList | MyObjectBuilder_EntityBase | |
return | string |
public LoadEntities ( string filenames ) : List |
||
filenames | string | |
return | List |
public OptimizeModel ( |
||
viewModel | ||
return | void |
public RemoveEntity ( MyObjectBuilder_EntityBase entity ) : bool | ||
entity | MyObjectBuilder_EntityBase | |
return | bool |
public ResetProgress ( double initial, double maximumProgress ) : void | ||
initial | double | |
maximumProgress | double | |
return | void |
public SaveEntity ( MyObjectBuilder_EntityBase entity, string filename ) : void | ||
entity | MyObjectBuilder_EntityBase | |
filename | string | |
return | void |
public TestConvert ( |
||
viewModel | ||
return | void |
public TestDisplayRotation ( |
||
viewModel | ||
return | void |