Shortcut for SetAutoGarbageCollection(true) @see SetAutoGarbageCollection
()
| 97 | * @see SetAutoGarbageCollection |
| 98 | */ |
| 99 | public void Start() { |
| 100 | this.SetAutoGarbageCollection(true); |
| 101 | } |
| 102 | |
| 103 | /** |
| 104 | * Shortcut for SetAutoGarbageCollection(false) |
no test coverage detected