Summary
    Interface class for World Builder. Contains the functions for placing and moving world building objects.
    If you want to change how players make their buildings, this is the class you will want to change.
    
		- Namespace
- Atavism
- Base Types
- 
									- MonoBehaviour
 
							graph BT
	Type-->Base0["MonoBehaviour"]
	Type["WorldBuilderInterface"]
class Type type-node
						
					Syntax
public class WorldBuilderInterface : MonoBehaviourFields
Properties
| Name | Value | Summary | 
|---|---|---|
| Instance | World | static | 
| MouseWheelBuildMode | MouseWheelBuildMode | 
Methods
| Name | Value | Summary | 
|---|---|---|
| ClearCurrentReticle | void | |
| GetSizeOfBase | Bounds | |
| Is | bool | |
| OnEvent | void | |
| SetCurrentReticle | void | |
| Start | void | |
| StartSelectObject | void |