Handles circular border generation.  
 More...
 | 
| override void  | Generate (Border border) | 
|   | Generates the circular border.  
  | 
|   | 
| abstract void  | Generate (Border border) | 
|   | Generates the shape for a given border object.  
  | 
|   | 
 | 
| int  | PointsCount [get, set] | 
|   | The amount of points to be used to generate the circle.  
  | 
|   | 
| 
float  | Radius = 1.0f [get, set] | 
|   | The radius of the circle. 
  | 
|   | 
Handles circular border generation. 
 
◆ Generate()
  
  
      
        
          | override void BorderBuilder.CircleGenerator.Generate  | 
          ( | 
          Border  | 
          border | ) | 
           | 
         
       
   | 
  
virtual   | 
  
 
Generates the circular border. 
- Parameters
 - 
  
    | border | The border to be set to the circular shape | 
  
   
Implements BorderBuilder.Generator.
 
 
◆ PointsCount
  
  
      
        
          | int BorderBuilder.CircleGenerator.PointsCount | 
         
       
   | 
  
getset   | 
  
 
The amount of points to be used to generate the circle. 
- Exceptions
 - 
  
    | ArgumentException | Throws if points count is less than 3 | 
  
   
 
 
The documentation for this class was generated from the following file:
- Scripts/Generators/CircleGenerator.cs