| 
    Border builder 1.1
    
   The plugin which allows you easily generate borders 
   | 
 
Handles rectangular border generation. More...
  
Public Member Functions | |
| override void | Generate (Border border) | 
| Generates the rectangular border.   | |
| abstract void | Generate (Border border) | 
| Generates the shape for a given border object.   | |
Properties | |
| float | Width = 1.0f [get, set] | 
| The width of the resulting rectangular border.  | |
| float | Depth = 1.0f [get, set] | 
| The depth of the resulting rectangular border.  | |
Handles rectangular border generation.
      
  | 
  virtual | 
Generates the rectangular border.
| border | The border to be set to the rectangular shape | 
Implements BorderBuilder.Generator.