[SerializableAttribute]
public class DrawingConfig : Config| DrawingConfig | Default constructor for config. |
| AlignNormal | Should prefabs align to the surface's normal? |
| AlignScale | How much prefabs should align to the surface's normal? From 0 to 1. |
| CheckTag | Enable tag filtering. |
| DotDrawing | Draw only on release of the LMB. |
| InvertTag | Invert tag filtering. |
| LayerMask | Layer mask for the raycast. |
| Number | Quantity of objects that will be drawn in one click. |
| Tag | Tag filter. |
| Version |
File version.
(Inherited from Config) |
| Clone |
Clone config data.
(Overrides ConfigClone(Config)) |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| Resolve |
Try to resolve versions conflict.
(Overrides ConfigResolve(Config)) |
| ToString | Returns a string that represents the current object. (Inherited from Object) |