Property | Type | Description | |
---|---|---|---|
AxisAlignedCubeSaves | List |
||
AxisAlignedRectangleSaves | List |
||
CircleSaves | List |
||
PolygonSaves | List |
||
SphereSaves | List |
Property | Type | Description |
---|
Method | Description | |
---|---|---|
AddAxisAlignedCubeList ( PositionedObjectList |
||
AddAxisAlignedRectangleList ( PositionedObjectList |
||
AddCircleList ( PositionedObjectList |
||
AddPolygonList ( PositionedObjectList |
||
AddSphereList ( PositionedObjectList |
||
FromFile ( string fileName ) : |
Deserializes a file into a new ShapeCollectionSave and returns it.
|
|
FromShapeCollection ( ShapeCollection shapeCollection ) : |
||
Save ( string fileName ) : void | ||
SetShapeCollection ( ShapeCollection newShapeCollection ) : void | ||
Shift ( Vector3 shiftAmount ) : void | ||
ToAxisAlignedCubeList ( ) : PositionedObjectList |
||
ToAxisAlignedRectangleList ( ) : PositionedObjectList |
||
ToCircleList ( ) : PositionedObjectList |
||
ToPolygonList ( ) : PositionedObjectList |
||
ToShapeCollection ( ) : ShapeCollection | ||
ToSphereList ( ) : PositionedObjectList |
public AddAxisAlignedCubeList ( PositionedObjectList |
||
axisAlignedCubesToAdd | PositionedObjectList |
|
return | void |
public AddAxisAlignedRectangleList ( PositionedObjectList |
||
axisAlignedRectanglesToAdd | PositionedObjectList |
|
return | void |
public AddCircleList ( PositionedObjectList |
||
circlesToAdd | PositionedObjectList |
|
return | void |
public AddPolygonList ( PositionedObjectList |
||
polygonsToAdd | PositionedObjectList |
|
return | void |
public AddSphereList ( PositionedObjectList |
||
spheresToAdd | PositionedObjectList |
|
return | void |
public static FromFile ( string fileName ) : |
||
fileName | string | The absolute or relative file name. If the file name is relative, then the FileManager's RelativeDirectory will be used. |
return |
public static FromShapeCollection ( ShapeCollection shapeCollection ) : |
||
shapeCollection | ShapeCollection | |
return |
public SetShapeCollection ( ShapeCollection newShapeCollection ) : void | ||
newShapeCollection | ShapeCollection | |
return | void |
public ToAxisAlignedCubeList ( ) : PositionedObjectList |
||
return | PositionedObjectList |
public ToAxisAlignedRectangleList ( ) : PositionedObjectList |
||
return | PositionedObjectList |
public ToCircleList ( ) : PositionedObjectList |
||
return | PositionedObjectList |
public ToPolygonList ( ) : PositionedObjectList |
||
return | PositionedObjectList |
public ToShapeCollection ( ) : ShapeCollection | ||
return | ShapeCollection |
public ToSphereList ( ) : PositionedObjectList |
||
return | PositionedObjectList |