Exemplo n.º 1
0
	private static void DestroyPoints (ref VectorPoints line) {
		if (line != null) {
			Object.Destroy (line.m_vectorObject);
			if (line.isAutoDrawing) {
				line.StopDrawing3DAuto();
			}
			line = null;
		}
	}