Overload List
Name | Description | |
---|---|---|
![]() | Unconjure(String) |
Unconjures the first sprite with name modelName.
|
![]() | Unconjure(BaltieSpaceCube) |
Unconjures all sprites from the cube cube.
|
![]() | Unconjure(Vector3Int) |
Unconjures all sprites from the cube at pos.
|
![]() | Unconjure(XSprite) |
Unconjures a sprite sprite.
|
![]() | Unconjure(String, BaltieSpaceCube) |
Unconjures the first sprite with name modelName from the cube cube.
|
![]() | Unconjure(String, Vector3Int) |
Unconjures the first sprite with name modelName from the cube at pos.
|
![]() | Unconjure(Int32, Int32, Int32) |
Unconjures all sprites from the cube at [x,y,z].
|
![]() | Unconjure(String, Int32, Int32, Int32) |
Unconjures the first sprite with name modelName from the cube at [x,y,z].
|