-
class RectModification:
Modification¶ -
-
__new(
self:RectModification,
placeable: {entity:Entity, factory: fun():Entity},
topLeft:Vector2,
bottomRight:Vector2,
fillMode:any
)¶
-
fillMode:
any¶
-
placeBoundaryCell(
self:RectModification,
attachable:SpectrumAttachable,
x:number,
y:number
)¶ Helper function to place a cell on the boundary
Other members:
Inherited from
Modification:execute(),place(),placeActor(),placeCell(),placed,removeActor(),removed,replaced,undo()Inherited from
Object:_serializationBlacklist,adopt(),assertType(),className,deepcopy(),deserialize(),extend(),instanceOf(),is(),isInstance(),mixin(),prettyprint(),serializationBlacklist,serialize() -
__new(